Skip to content

Commit

Permalink
Added singularity build tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
hariesramdhani committed Oct 22, 2024
1 parent a04d8d1 commit aab779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Contributing is very easy even when you have limited programming knowledge!
1. All of the posts are located in the `docs` folder, creating new folder inside of it will create a new category in the sidebar. Creating an `.md` or React component (`.jsx`) will create a new post. More on [Docusaurus guides](https://docusaurus.io/docs/category/guides)
1. To preview how the wiki looks like after you add something to the `docs` folder. You have to make sure you have Node.js and Node Package Manager installed, otherwise you can skip step 3 and 4
```
npm run dev
npm run start
```
1. Add, commit and push all changes
```
Expand Down

0 comments on commit aab779b

Please sign in to comment.