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
develop
branch locally. - Run
npm install
in 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 Control
panel and click theOpen repository
button to load the monorepo's git settings. - Run
npm run dev
to launch the project in dev mode.
You can contribute to this project by creating a PR on the develop
branch.