Documentation can be found here.
This is a Next.js project bootstrapped with create-next-app
and spiced with configuration and boilerplate by creativedesignsguru
.
Run the following command on your local environment:
git clone --depth=1 https://github.com/Netz00/Growi-Landing-Page.git my-project-name
cd my-project-name
npm install
Then, you can run locally in development mode with live reload:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can see the results locally in production mode with:
$ npm run build
$ npm run start
You can create an optimized production build with:
npm run build-prod
All generated files are located at out
folder, which you can deploy with any hosting service.
Install the extensions in .vscode/extension.json
.