This repository houses the Next.js-based website for Buddies of Budgie, an open source organization building the Budgie Desktop environment.
We leverage nvm (Node Volume Manager) to ensure user across all operating systems can actively contribute and avoid confusion with potentially too old of node versions. We stick to using the latest node.js LTS. To get nvm, follow their steps then run nvm use
. If you use nvm across multiple projects, you can do automatic switching in the shell following this documentation.
To upgrade dependencies interactively, run yarn upgrade-interactive
This project uses yarn v3 "berry". To get this, run:
corepack enable
yarn set version berry
yarn install
(for updated lock file and cache generation)
To install the required dependencies, run yarn
yarn dev
Open http://localhost:3000 with your browser.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.