This is the frontend of Kubernetes scheduler simulator.
You have to install node.js and yarn.
- for yarn, see: Installation | Yarn
- for node.js, see: Downloads | Node.js Note: Nodejs 16 is suggested, other version may cause problems.
# 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.
Please see environment-variables.md
# serve with hot reload at localhost:3000
$ yarn dev
# format the code
$ yarn format
# lint the code
$ yarn lint