gompass/readme.md

154 B

init

mkdir ~/git && cd ~/git
git clone -b main <repository>
cd <repository>
npm i

dev

npm run start

prod

npm run build