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.
In order to make sure your changes have not broken anything, you can run the following commands before pushing your changes to gitHub.
npm install
npm test
- Clone this repository:
git clone "https://github.com/tailwarden/docs.git"
- Run the commands :
npm install
npm run docusaurus:build
npm run docusaurus:serve
- 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