This is a Next.js v13 (opens in a new tab) project with App Router
Getting Started
First install a development environment, node v20.11 is required, we recommend install it using nvm & pnpm
nvm installation
pnpm installation
Install project dependencies
Ensure we are using the correct node version:
nvm useexpected output
Found './drone-maps/.nvmrc' with version <20.11.0>
Now using node v20.11.0 (npm v10.2.4)Install node modules
pnpm installexpected output
Lockfile is up to date, resolution step is skipped
Already up to date
> drone-maps@1.2.0 prepare ./drone-maps
> husky install
husky - Git hooks installed
Done in 887msPrepare local .env File
Create prisma client
pnpm prisma-generateStart local server
pnpm devexpected output
> drone-maps@1.2.0 dev ./drone-maps
> next dev
▲ Next.js 13.5.3
- Local: http://localhost:3000
- Environments: .env
✓ Ready in 2.3sDroneMaps should be running locally
Open http://localhost:3000 (opens in a new tab) with your browser to see the result.
Learn More
To learn more about Next.js, take a look at the following resources:
- DroneMaps Documentation
- Next.js Documentation (opens in a new tab) - learn about Next.js features and API.
- Learn Next.js (opens in a new tab) - an interactive Next.js tutorial.