nuxt-website-theme
v0.3.11
Published
## Setup
Downloads
27
Readme
nuxt.com
Setup
Make sure to install the dependencies
yarn install
Create a .env
file following the .env.example
file. Ask a team member if needed.
Clone/Fork the framework repo and follow the installation guide
Create a .env
file following the .env.example
file in docs/
. Ask a team member if needed.
Development
Start the development server in the docs/
directory of the framework.
yarn dev
Production
Build the application for production:
yarn build