Installation instructions Install dependencies: npm i Start the server: npm run dev Format the code: npm run format or ctrl+s to format the file Setting up the local database In your folder, create a .env file. In your code setup the following environment variable(s) MONGO_DB_PASSWORD=YOUR_MONGO_DB_PASSWORD API (unstable) readDrafts: Reads the entire database without any filters writeDraft: Writes a new entry Pre-equisite nodejs npm vscode eslint prettier Optional plugins for vscode yaml for yaml schemas pretty typescript errors avoid reading a blob of errors tailwind intellisense use ctrl+space (windows) to trigger intellisense under className jest testing QOL features for jest (if we are even going to use it) charemd icons very cute icons Warning Do no touch .gitignore unless you know what you are doing keep .gitkeep files if you don't have anything commited inside the folder Installation instructions Install dependencies: npm i Start the server: npm run dev Format the code: npm run format or ctrl+space to format the file Pre-equisite nodejs npm vscode eslint prettier Optional plugins for vscode yaml for yaml schemas pretty typescript errors avoid reading a blob of errors tailwind intellisense use ctrl+space (windows) to trigger intellisense under className jest testing QOL features for jest (if we are even going to use it) charemd icons very cute icons Warning Do no touch .gitignore unless you know what you are doing keep .gitkeep files if you don't have anything commited inside the folder