https://github.com/openstickcommunity/site
Site repository for gp2040-ce.info
https://github.com/openstickcommunity/site
Last synced: 5 months ago
JSON representation
Site repository for gp2040-ce.info
- Host: GitHub
- URL: https://github.com/openstickcommunity/site
- Owner: OpenStickCommunity
- License: mit
- Created: 2023-12-29T22:07:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T15:17:02.000Z (7 months ago)
- Last Synced: 2025-08-15T17:32:02.854Z (7 months ago)
- Language: MDX
- Homepage: https://gp2040-ce.info/
- Size: 14.5 MB
- Stars: 10
- Watchers: 8
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GP2040-CE Site Documentation
This is the documentation repository for the GP2040-CE Gamepad Firmware. It is powered by [Docusaurus](https://docusaurus.io/) and can found [here](https://gp2040-ce.info).
## Building the site
The site is built automatically with every push and merge, using the [Github Action](https://github.com/OpenStickCommunity/Site/blob/main/.github/workflows/deploy.yml).
NOTE: You need to have Node.js (>= 16.14) installed on your system to build this site. Node.js can be found [here](https://nodejs.org/en/download/package-manager)
1. Clone the repository
`git clone https://github.com/OpenStickCommunity/Site.git`
2. Move to the folder where the repository is cloned
`cd Site`
3. Install the dependencies
`npm install`
4. Start the website
`npm start`
The website will be running at (i.e. )
You can now edit the files in the docs folder and the site will reflect the changes immediately thanks to live reloading.
## Contributing
We appreciate all contributions to this repository. Please make a Pull Request, no matter how small, all contributions are valuable!