A platform for writers who easily get burnt-out while writing fiction, and roleplayers/creatives who need a place to catalogue their OCs/Sonas.
- Clone the repo:
git clone https://github.com/maxisjoe/CalmCoffee.git cd calm-coffee
- Install dependencies:
npm install
- Set up environment:
- Copy
.env.example
to.env
and fill in your Supabase credentials (if running locally)
- Copy
- Run the dev server:
npm run dev
- Open in your browser:
- Visit http://localhost:5173 (or the port shown in your terminal)
We welcome contributions! To get started:
- Fork this repository and create a new branch for your feature or bugfix.
- Follow the Community Rules and code of conduct.
- Submit a pull request with a clear description of your changes.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).