The goal of this repository is to collect mechanical keyboard related projects (preferably Open Source).
View the pages on Keebfolio.netlify.app or GitHub:
Contributions are welcome!
To add content, edit the Markdown file in the src/pages/en folder and open a Pull Request. You can also open a new Issue.
Please use this commit message conventions.
The project uses Astro as a Static Site Generator.
Go tohttps://github.com/settings/tokens
Click "Generate new token"Set note and expiration, then click "Generate token"Copy generated token, you will need it in another step
Create environment variables:GITHUB_AUTH_TOKEN
with generated token as its value.GITHUB_API_V4_URL
with valuehttps://api.github.com/graphql
Clone repositorynpm install
npm run develop