https://github.com/fullstackhero/docs
docs for fullstackhero project.
https://github.com/fullstackhero/docs
Last synced: 6 months ago
JSON representation
docs for fullstackhero project.
- Host: GitHub
- URL: https://github.com/fullstackhero/docs
- Owner: fullstackhero
- License: mit
- Created: 2021-08-20T06:36:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T12:23:30.000Z (9 months ago)
- Last Synced: 2025-08-03T09:34:22.187Z (6 months ago)
- Language: HTML
- Homepage: https://fullstackhero.net/
- Size: 73 MB
- Stars: 60
- Watchers: 6
- Forks: 57
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FullStackHero's Documentation
## How to contribute?
1. Fork this Repository.
2. Navigate to your newly forked Repository -> Settings -> Secrets.
3. Here, Add a new Repository Secret with a name `GT_TOKEN`. As for the value, paste in your GitHub Token (https://github.com/settings/tokens)
4. Now, clone this repository locally.
5. Ensure that you have Node.js and Visual Code installed.
6. At the root of the repository run `npm install`. This installs all the required packages.
7. All the documentations are to be written in markdown format.
8. Refer https://github.com/fullstackhero/docs/blob/main/content/en/dotnet-webapi-boilerplate/general/getting-started/index.md to get an idea on how to write documentation and include images, code snippets and stuff.
9. To run the application locally, run the command `npm run start` and navigate to localhost:1313
10. Once ready, send a Pull Request.