This is where the code for the Open Design Guide resides. You are welcome to chip in. If you're not sure how to contribute to open-source projects yet, best to browse the guide - that's what it's for.
Generally, all content improvements are welcome. If you have a suggestion, go to the issues tab and create a new one and describe what you have in mind. We can discuss there in the comments and figure out how to move forward.
The site has privacy-preserving tracking via custom Umami installation. You can view the stats here.
The guide uses the Nuxt framework. Good to have installed:
- Node
- NVM (to manage Node versions)
- NPM (to install needed code libraries)
Switch to the recommended node version
nvm use
Install dependencies
npm install
Run the project
npm run dev
If all works correctly, you can then access the site at: http://localhost:3005/
The site is built and deployed with Netlify.