Caution: Follow the steps in the following guide precisely. Things will not work out if you deviate in some steps.
First, fork the project repo, and clone the fork into your computer.
(Example) Steps to setup the project environment:
npm install
to download the required packages.appTitle
in config.js
to match your project name.build
and serve
commands, ensuring that the site properly deploys on your local host.Configure the coding style
Configure your VSCode or IDEA checkstyle to allign with the project's coding style.
Tip: You can easily customize your IDE's coding style through settings.
Set up CI
This project comes with a GitHub Actions config files (in .github/workflows
folder). When GitHub detects those files, it will run the CI for your project automatically at each push to the master
branch or to any PR. No set up required.
Learn the design
When you are ready to start coding, we recommend that you get some sense of the overall design by reading about ProjectEx’s architecture.
Do the tutorial
The Tracing Code tutorial can help you get acquainted with the codebase.