Thank you for taking the time to contribute! Feel free to open issues or pull requests for any improvements or bugs you find.
https://bun.sh/
git clone https://github.com/nulfrost/precis
Go to the project directory
cd precis
Install dependencies
bun install
Make a copy of the .env.example
file and rename it to .env
. Fill in the necessary environment variables.
Depending on what you're improving or fixing, you can run the following commands:
bun run dev
- Run the API, Drizzle Studio and the Frontendbun run dev:web
- Run the frontend onlybun run dev:api
- Run the API only