Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.15 KB

File metadata and controls

35 lines (26 loc) · 1.15 KB

リナちゃんボックス「どこ?」


PLAY FOR NOW!

code style: prettier MIT License

Getting start

# install libs
$ yarn

# start dev server
$ yarn dev

# build and deploy as dev env
$ yarn build:dev && yarn deploy:dev

# build and deploy as dev pro
$ yarn build:pro && yarn deploy:pro

thanks