Everything you need to get started developing with Polymath.
To get started, please follow the instructions below using terminal:
- Clone repo to your local development environment e.g. git clone [email protected]:PolymathNetwork/polymath-developer-portal.git [nameOfFolder]
- Change directory to the directory/folder that you created above e.g. 'cd [nameOfFolder]
- cd into the 'website; folder
- Install dependencies by typing 'yarn' or 'npm install'
- View the website on your local browser by typing 'yarn run start' or 'npm run start'.
- Navigate your web browser to http://localhost:3000 (as necessary)
The Polymath developer portal is powered by Markdown and is built using Docusaurus (https://docusaurus.io).
In order to contribute to the developer portal, please submit a pull request or submit an issue to this repo
Start contributing!