A modern web client for Foxtan imageboard engine, written in Vue3 with FKClient.
All pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Prerequisites:
- Node.js
- pnpm (or npm, Yarn, etc.)
Steps:
- Clone this repository
- Install the dependencies by running
pnpm i
inside the local copy of the repo - Enter relevant variable values, including Foxtan endpoint into
.env
file - Run the development server by executing
pnpm dev
- Access the application in your browser of choice under http://localhost:8080