1.0.0 • Published 6 years ago
kuizo-yuza v1.0.0
Kuizo-Yuza
Kuizo-Yuza is user service of Kuizo ecosystem
Dependency
> Node.js & npm
How to install on Ubuntu 16.04 64-bit | 18.04 64-bit
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npmHow to Setup
Assume you have git clone successfully and have all dependencies ready:
- Rename folder to - Kuizo-Yuzawith capital letter, move into it- mv kuizo-yuza Kuizo-Yuza cd Kuizo-Yuza- from here now on, all snipplet are assumed to be run from - Kuizo-Yuza/:
- Run package manager - npm install
- Copy - .env.exampleto- .envand fill in missing area- npm run copy-env
- Assume you have - Kuizo-Prismacloned, you can pull the generated files- npm run update-schema- or simply go to - Kuizo-Prismaand distribute it- cd ../Kuizo-Prisma/ npm run update
How To run Jest Test
To get latest build (not necessary if you doesn't change the production-code, changing test-code doesn't need to be re-compiled)
npm run tscTo test
jest -iHow to Up the server
npm run deployor to build then deploy
npm run build1.0.0
6 years ago