Source code of https://byymg.com
First install dependencies what this project need (only on first time / or when there is a change in dependency)
yarn install
or
npm install
Start watching with command
yarn start
or
npm start
All source code is in the src
directory