This is a Next.js project bootstrapped with create-next-app
.
First, start by cloning the project to a local directory.
After cloning the repository, run npm install
or npm update
to install all of the necessary dependencies.
Finally, rename the .env.example
file to .env
and populate it with the appropriate environment variables.
dev
- Runs the project in development mode.
build
- Builds the application for production use.
start
- Starts a production server.
export
- Generates a static package of the application to be used outside a node.js server runtime environment.
Example:
npm run [command] # where the 'command' is one of the above keywords, without the brackets.
For further documentation regarding Next.js itself, explore the official documentation at https://nextjs.org/docs/getting-started