piLeoni / smart-curbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Development

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deployment

To deploy on gh-pages run:

yarn export && yarn deploy

Make sure that the .nojekyll file is present in the root folder on git in the branch git-pages or files in the _next folder will be ignored.

To simply generate a static version, modify the expected final url in .env.production and, if there is a basePath different than the root level, change it in next.config.js. Then run:

yarn export

The file will be located in the out folder.

About


Languages

Language:JavaScript 60.4%Language:HTML 37.2%Language:CSS 1.3%Language:SCSS 1.1%