Skip to content

man90es/Kumori

Repository files navigation

Kumori

license

A modern web client for Foxtan imageboard engine, written in Vue3 with FKClient.

Contributing

All pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Running the app locally

Prerequisites:

  • Node.js
  • pnpm (or npm, Yarn, etc.)

Steps:

  1. Clone this repository
  2. Install the dependencies by running pnpm i inside the local copy of the repo
  3. Enter relevant variable values, including Foxtan endpoint into .env file
  4. Run the development server by executing pnpm dev
  5. Access the application in your browser of choice under https://localhost:8080