Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 628 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 628 Bytes

@CodesaursX/next-starter

Run Locally

❗ Strongly recommended the use Yarn as a package manager.

Once you clone this project, you'll have to install the project dependencies.

yarn
# or
yarn install

After that, you'll have the following scripts available:

# run the project in develop mode
yarn dev

# generate the production build of the project
yarn build

# run the project in production mode
yarn start

# run the eslint checker
yarn lint

Contributing

Contributions are alway welcome, if you think something is missing, please open a issue with the description of the problem or idea.