DEPRECATED!
You can find the up-to-date Komiser documentation at ==> https://github.com/tailwarden/komiser/tree/develop/docs
This is the repository for the Tailwarden Organization Public Documentation. It is the official Tailwarden site for publishing latest news, blog posts, and documentation from our open source community.
- Clone this repository:
git clone "https://github.com/tailwarden/docs.komiser.io.git"
- Run the commands :
npm install
npm run build
npm run start
- The site will be running locally on
http://localhost:3000
- Fork this repository
- Create your documentation branch:
git checkout -b branch-name
- Make changes to the documentation in markdown
- Add changes to the staging area
git add .
- Commit your changes using the command
git commit -m 'commit message'
- Push your changes to gitHub
git push origin branch-name
- Create new Pull Request