The Diem DIP website is built using Docusaurus 2.
git clone git@github.com:diem/dip.git
or
git clone https://github.com/diem/dip.git
yarn
Make any changes and then run locally.
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
If you see an issue with the site or would like to make an improvement, please file an issue or send a pull request.