Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 514 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 514 Bytes

NuThoughts Server

Express.JS server that creates atomic markdown notes

Installation

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

Usage

Development

  • yarn run dev

Production

  • yarn run build

  • yarn run start

Test

  • yarn run test