2018-06-15 17:48:20 +03:00
2021-10-16 14:10:35 +03:00
# Keebfolio
2019-07-13 20:16:00 +03:00
The goal of this repository is to collect mechanical keyboard related projects (preferably Open Source).
2018-10-27 17:31:04 +03:00
2021-04-11 21:00:47 +03:00
View the pages on [Keebfolio.netlify.app ](https://keebfolio.netlify.app/ ) or GitHub:
2021-10-16 14:10:35 +03:00
2022-10-24 16:24:07 +03:00
- [Staggered ](src/pages/en/staggered.md )
- [Ortho ](src/pages/en/ortholinear.md )
- [Split ](src/pages/en/split.md )
2023-11-28 16:24:21 +03:00
- [Other ](src/pages/en/other.md )
2022-10-24 16:24:07 +03:00
- [Firmware ](src/pages/en/firmware.md )
- [Miscellaneous ](src/pages/en/miscellaneous.md )
- [Tools ](src/pages/en/tools.md )
- [Tutorials ](src/pages/en/tutorials.md )
2018-10-27 17:31:04 +03:00
2022-10-24 16:24:07 +03:00
## Contributing
2021-10-16 14:10:35 +03:00
2019-07-13 20:16:00 +03:00
Contributions are welcome!
2024-01-05 12:46:51 +03:00
To add content, edit the Markdown file in the [src/pages/en ](src/pages/en/ ) folder and open a [Pull Request ](https://help.github.com/en/articles/about-pull-requests ). You can also open a new [Issue ](https://github.com/Keycapsss/awesome-mechanical-keyboard/issues ).
2022-10-24 16:24:07 +03:00
Please use this [commit message conventions ](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13 ).
2019-07-13 20:16:00 +03:00
2022-10-24 16:24:07 +03:00
The project uses [Astro ](https://astro.build ) as a Static Site Generator.
2019-07-14 17:02:15 +03:00
[![Netlify Status ](https://api.netlify.com/api/v1/badges/06821f1d-3e33-4bd4-92b2-4e44f3583060/deploy-status )](https://app.netlify.com/sites/keebfolio/deploys)
2018-11-10 01:21:40 +03:00
2021-11-01 19:41:21 +03:00
#### Creating local development environment
##### Creating Github Auth Token
2022-10-24 16:24:07 +03:00
1. ~~Go to `https://github.com/settings/tokens`~~
2. ~~Click "Generate new token"~~
3. ~~Set note and expiration, then click "Generate token"~~
4. ~~Copy generated token, you will need it in another step~~
2021-11-01 19:41:21 +03:00
##### Installation and running local version
2022-10-24 16:24:07 +03:00
1. ~~Create environment variables:~~
- ~~`GITHUB_AUTH_TOKEN` with generated token as its value.~~
- ~~`GITHUB_API_V4_URL` with value `https://api.github.com/graphql` ~~
2. ~~Clone repository~~
3. ~~`npm install`~~
5. ~~`npm run develop`~~
2021-11-01 19:41:21 +03:00
2018-11-10 01:21:40 +03:00
### License
2020-02-14 21:04:21 +03:00
2021-10-16 14:10:35 +03:00
[![CC4 ](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg )](http://creativecommons.org/licenses/by-nc-sa/4.0/)