Steps to run the project:
- Create a file named
.envin the root directory and add the following environment variables:
DB_URL='notes.sqlite'- Run
bun installcommand to install dependencies - Run
bun run db:pushcommand to create the database and tables - Run
bun run devcommand to start the development server