- install git
- install nodejs
- clone this repository
cp sample.env .envto create a .env file- Fill in the environment variables in the .env file
- install packages - only need to once - or whenever the package.json has changed
npm i
- start the local development server
npm start
login page = domain/auth/login
sign up page = domain/auth/sign-up
biolink = domain/biolink/:id
biolink edit page = domain/biolink/:id/edit
landing page = domain/ or domain/biolink/