OptHub is an optimization competition platform that supports the optimization community to register their optimization problems and evaluation metrics, organize their own competitions, and participate in them.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
# install Heroku CLI
$ npm install -g heroku
# login Heroku
$ heroku login
# set Git remote repository
$ heroku git:remote -a ec-comp
# push to Heroku repo
$ git push heroku master
For details, see Heroku docs.