https://harajuku-class.com/
https://harajuku-class.aeroworks.dev/ (sample)
© 2021 Ricecurry, Inc.
Frontend designed by Angel Wang (@angel870326)
Complete codes are private.
cd /Users/angelwang/Desktop
git clone https://github.com/aeroworks-io/harajuku-class.git
git clone https://github.com/aeroworks-io/harajuku-class.git -b angel870326-patch-1
- change directory to
harajuku-class/backend
cd /Users/angelwang/Desktop/harajuku-class/backend
- install
export PATH=/Library/PostgreSQL/9.6/bin:$PATH
poetry env remove $(poetry env info -p)/bin/python && poetry install
- If not work, run this:
env LDFLAGS="-I$(brew --prefix openssl)/include -L$(brew --prefix openssl)/lib" poetry install
- change directory to
harajuku-class/frontend
cd /Users/angelwang/Desktop/harajuku-class/frontend
- install
make install
or
yarn install
- change directory to
harajuku-class
cd /Users/angelwang/Desktop/harajuku-class
- run
make
- create
backend/.env
and add this:
CODECOV_TOKEN=
STRIPE_API_KEY=sk_test_51IBWjhE4Xd0vI48XHDJBFbw4gYGSyFCG0Qk4g1whQjRDDgqWZRyoU2he7PVRDXhWL08lgSE2sJ3p3DhNsU3JrqFr003jIPRz43
- change directory to
harajuku-class/frontend
cd /Users/angelwang/Desktop/harajuku-class/frontend
- test all
yarn test-all
- update snapshot
yarn test -u
cd /Users/angelwang/Desktop/Application
./ngrok http 3000