fullstackhero / docs

docs for fullstackhero project.

Home Page:https://fullstackhero.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

docs for fullstackhero project.

https://fullstackhero.net/

License:MIT License


Languages

Language:HTML 58.8%Language:SCSS 33.7%Language:JavaScript 7.5%