This is a monorepo of redesigned websites.
Available projects:
Feel free to let me know about any issue you encounter or if there's any feature you'd like to be added (create an issue).
Please read CONTRIBUTING.md before contributing to this project.
- Pull the
developbranch locally. - Run
npm installin the root directory. - Change your working directory to the project you want to run locally, e.g.
cd mudocs. - You can open a specific project's folder in VSCode. You will need to switch to the
Source Controlpanel and click theOpen repositorybutton to load the monorepo's git settings. - Run
npm run devto launch the project in dev mode.
You can contribute to this project by creating a PR on the develop branch.