This project uses parcel as a development and packaging tool, so there are few overall configuration options 1. Install dependencies npm install or yarn 2. Develop the project and open the demo page npm run dev or yarn dev 3. Package the project npm run build yarn build