Skip to content

fullstackhero/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4da499a · Apr 21, 2023
Apr 8, 2023
Jan 29, 2022
Feb 21, 2022
Apr 21, 2023
Apr 8, 2023
Jan 29, 2022
Jun 24, 2021
Jan 29, 2022
Jan 29, 2022
Apr 21, 2023
Feb 6, 2022
Apr 15, 2020
Mar 16, 2021
Mar 1, 2021
Jan 7, 2022
Jan 29, 2022
Nov 4, 2020
Jan 8, 2021
Nov 4, 2020
Jan 29, 2022
Jan 29, 2022
Dec 9, 2020
Jul 9, 2021
Apr 8, 2023
Nov 4, 2020
Jan 29, 2022
Apr 8, 2023
Apr 22, 2022
Jan 29, 2022

Repository files navigation

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.