https://github.com/d12/crux-app-docs
Open source documentation for the Crux Climbing App.
https://github.com/d12/crux-app-docs
Last synced: over 1 year ago
JSON representation
Open source documentation for the Crux Climbing App.
- Host: GitHub
- URL: https://github.com/d12/crux-app-docs
- Owner: d12
- Created: 2025-01-30T23:50:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:45:10.000Z (over 1 year ago)
- Last Synced: 2025-03-19T19:37:04.620Z (over 1 year ago)
- Language: TypeScript
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crux App - Documentation
This repo is for the open source documentation for the [Crux Climbing App](https://www.cruxapp.ca/). The documentation is built using [Docusaurus ](https://docusaurus.io/).
These docs are still under construction and are not complete yet!
The documentation can be accessed at [https://docs.cruxapp.ca/](https://docs.cruxapp.ca/).
### Installation
```
$ npm install
```
### Local Development
```
$ npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Deployment
This repo is automatically deployed when main is pushed.
### Contribution
Contributions are welcome! To contribute, please fork the repository and create a pull request with your changes.