This project uses lot of stuff as:
# install dependencies
$ yarn install
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
Main commands for development:
# serve with hot reload at localhost:3000
$ yarn dev
# runs jest to test all components and pages
$ yarn test
# runs storybook on `localhost:3003`
$ yarn storybook
# create new components in project
$ yarn component
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
Make your contribution. If you're interested, send a pull request of your code and we'll help you have access to a simple system and help small developers manage their containers more easily.
Check out Nuxt.js documentation for more details.