A Quick Calendar app
- Install the app:
yarn install
- Configure the site in
/src/content/config.jsonand add a custom favicon in/src/public - Add some menu items in
/src/content/menu.json - Test your setup
yarn test
- Run the development server (http://localhost:3000)
yarn run dev
- Run the Storybook sandbox (http://localhost:6006). Note that the sandbox depends on the dev server for some static assets.
yarn run storybook
- Build your app
yarn run build
- Test your production server
yarn start
Happy to help: [email protected]