npm install
You will also need to generate an .env.local
file. For Underlay team members, check our password sharing infrastructure for credentials.
npm run dev
Navigate to localhost:3000
npm run build
npm start
Navigate to localhost:3000
Preferred practice is to prefix commits with one of the following categories:
fix
: for commits focused on specific bug fixesfeature
: for commits that introduce a new featureupdate
: for commits that improve an existing featuredev
: for commits focused on documentation, refactoring code, or developer experience updates