Note: You can skip
ASDF
setup if you already have the required version ofnodejs
installed on your system. Look at.tool-versions
file to see the required version and other required tools.
- ASDF
- Install the required version of
nodejs
usingasdf
:
asdf install
- Configure
buf
schema registry
pnpm config set @buf:registry https://buf.build/gen/npm/v1/
- Install
npm
dependencies:
pnpm install
- Create
.env.local
file based onenv.local.sample
(example) - Update
.env.local
with the appropriate values
Note: For SafeDep Team members, ask for development credentials in Slack
- Start the development server:
pnpm dev
- Navigate to
http://localhost:3000
in your browser.
- Run the test suite:
pnpm test
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- This project uses
next/font
to automatically optimize Geist, a new font family for Vercel.