To get started, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
next build && next export && touch docs/.nojekyll && cp CNAME docs/ && mkdir -p docs/.well-known && cp -Rf .well-known/* docs/.well-known/