🙋 💥 👩🏽🚀 🚀 👨🚀 🛰️
If you want to contribute or make fixes to docs, it is best to fork this repository directly and submit pull requests against it. If you spot a typo on the demo/documentation site, you can also open a fork directly from the edit button on the top of each page.
To find your current node version:
node --version
Fork the repo.
For help, refer to GitHub Docs: Fork a repo.
git clone [email protected]:[your_github_handle]/docs.devprotocol.xyz
Install the site and run an initial build command:
cd docs.devprotocol.xyz
npm install
npm run build (only necessary the first time!)
If you get errors here, double check your node version!
Now spin up your local server to see your site!
npm run start
This command will start a local server and you'll be able to work on your site with hot reloads and some nice Browsersync features. 💥