- Install dependencies:
npm i
- Start the server:
npm run dev
- Format the code:
npm run format
orctrl+s
to format the file
- In your folder, create a
.env
file. - In your code setup the following environment variable(s)
MONGO_DB_PASSWORD=YOUR_MONGO_DB_PASSWORD
readDrafts
: Reads the entire database without any filterswriteDraft
: Writes a new entry
- 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
- Do no touch .gitignore unless you know what you are doing
- keep
.gitkeep
files if you don't have anything commited inside the folder
- Install dependencies:
npm i
- Start the server:
npm run dev
- Format the code:
npm run format
orctrl+space
to format the file
- 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
- Do no touch .gitignore unless you know what you are doing
- keep
.gitkeep
files if you don't have anything commited inside the folder