mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 09:43:27 +03:00
⌨️ A curated list of Open Source Mechanical Keyboard resources.
3d-printingawesomeawesome-listgridsome-websitehacktoberfestkeyboardkeyboard-layoutlistmechanical-keyboardmechanical-keyboardspcbqmkqmk-firmwarestarred-benroe-repostarred-repo
ae43725a2d
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) Updates `@astrojs/preact` from 1.2.0 to 2.1.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@2.1.0/packages/integrations/preact) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@astrojs/preact" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.devcontainer | ||
.vscode | ||
public | ||
src | ||
.gitignore | ||
.npmrc | ||
astro.config.mjs | ||
CODEOWNERS | ||
package-lock.json | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tsconfig.json |
Keebfolio
The goal of this repository is to collect mechanical keyboard related projects (preferably Open Source).
View the pages on Keebfolio.netlify.app or GitHub:
Contributing
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.
Creating local development environment
Creating Github Auth Token
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
Installation and running local version
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