Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 498 Bytes

🤖 Contributing to Charcoal 💗

See an issue or need that you're able to fulfill? Then this is the perfect place for you!

Prerequisites

Setting Up Locally

  • Install the Dependencies
$ bun install

Start the Server~

The app should startup at http://localhost:3000!

# Start the database (this only needs to be done once!)
$ docker-compose up -d
# Start the server!
$ bun dev