Skip to content

Latest commit

 

History

History
executable file
·
48 lines (31 loc) · 665 Bytes

README.md

File metadata and controls

executable file
·
48 lines (31 loc) · 665 Bytes

nyu-dss/viewpoint

prerequisites

local development

  1. Clone the repo
git clone [email protected]:nyu-dss/viewpoint.git && cd viewpoint
  1. Install project node version (specified in .nvmrc)
nvm install
  1. Install npm packages
npm install
  1. Run the dev server
npm run dev
  1. Open in browser at http://localhost:3000/viewpoint/

  2. Quit the server with Ctrl-c.

  3. Auto-format code

npm run format
  1. Lint code
npm run lint