Express.JS server that creates atomic markdown notes
Install Node.JS
Once installed, globally install yarn
npm install -g yarn
Now install all dependencies
yarn install
Create an .env file based on the .env.example
cp .env.example .env
Now add a value to each variable in the environment file
yarn run dev
-
yarn run build
-
yarn run start
yarn run test