startupemulator / portal

2 stars 0 forks source link

StartupEmulator Portal StartupEmulator  CI

Commit changes to repository

Warning: please use following command for commit data to the repo

$ npm run commit

or

$ git cz

In case of wrong commit message commitlint tool will throw error

Build Setup

# 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

Storybook

npm run storybook

For detailed explanation on how things work, check out Nuxt.js docs.

Docker build

docker build -t startupemulator_portal .

Docker run

docker run -it -p 3000:3000 startupemulator_portal