Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 347 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 347 Bytes

cbrain-website

Website for the CBRAIN service

For local development:

  1. npm install
  2. npm run dev
To update:
  1. The first time:
    • $ heroku login
    • $ heroku git:clone -a cbrain-website
    • $ cd cbrain-website
  2. Make desired changes and npm run build
  3. git add ., git commit, git push heroku master