Skip to content

Latest commit

 

History

History
executable file
·
34 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

executable file
·
34 lines (18 loc) · 544 Bytes

BlockEDU

Main website

Development

Clone the repo, and install dependencies

$ npm install

Boot up the development server

$ npm run dev

Production

To build for production

$ npm run build

To start the server for production ser

$ npm run start

Deployment

You need to have flightplan installed locally

$ npm install -g flightplan

To deploy to the server, you'll need server access via SSH

Once that is setup, then you can run

$ fly deploy:prod to commit the changes to GitHub and then deploy to production.