This project is completely open source. So you can use it wherever you want
First, install the modules:
yarn //recommended
# or
npm install
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Base directory:
- Build command:
npm run build
oryarn buid
- Publish directory:
./out
- Environment variables: Set
NETLIFY_NEXT_PLUGIN_SKIP
value totrue
if you getting errors.
- Build command:
npm run build
oryarn build
- Output dir:
out
- Install command:
yarn install
- Development command:
nuxt
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Nuxt.js, WindiCSS, Tailwind CSS, amazing module authors and contributors of this project! And special thanks to Tarık (@Tarikcoskun), Eggsy, Ali Furkan, Arda, Barış, Florian Lefebvre and Harsh Singh I got inspired a lot by them, even used some of their amazing code. Make sure to check their profiles and websites.