This project was created to be the focal point for information about ETHChicago. Contributions are welcomed!
This project was created with Docusaurus.
Each Docs page is a markdown file, and located in the docs/ directory. To create a new page, create a new markdown file. More information about how to use Docusaurus can be found at: https://docusaurus.io/docs/create-doc
- Clone this directory
git clone https://github.com/ETHChicago/ethchi-docs.git
- Create a new branch like: NAME_FIX_1
git checkout -b NAME_FIX_1
- Create a pull request to the main branch, from the new branch you created.