Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 679 Bytes

scheduler-simulator

This is the frontend of Kubernetes scheduler simulator.

Run frontend

You have to install node.js and yarn.

Build Setup

# install dependencies
$ yarn install

# build for production and launch server
$ yarn build
$ yarn start

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

for developer

# serve with hot reload at localhost:3000
$ yarn dev
# format the code
$ yarn format
# lint the code
$ yarn lint