Skip to content

Zorin95670/octo-board

Repository files navigation

octo-board

Octo-board view, to view all project version from octo-spy.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Docker

Build image:

docker build -t octo-board .

Use image:

docker run -p 80:80 --rm -ti octo-board

Customize configuration

See Configuration Reference.