Skip to content

BuddiesOfBudgie/site

Repository files navigation

Buddies of Budgie Site

This repository houses the Next.js-based website for Buddies of Budgie, an open source organization building the Budgie Desktop environment.

Development

Getting Started

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)

Dependency Installation

To install the required dependencies, run yarn

Running the Development Server

yarn dev

Open http://localhost:3000 with your browser.

Other Useful Documentation