stayhome-board stayhome-board is a super simple online sticky note collaboration tool.
Code is too short, you can make it your self!
demo: https://stayhome-board.firebaseapp.com/demo
1.clone
git clone git@github.com:TsuyoshiNumano/stayhome-board-minimum.git
-
copy .env.sample to .env and add your firebasekey
REACT_APP_API_KEY=
REACT_APP_AUTH_ADMIN=
REACT_APP_DATABASE_URL=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=
REACT_APP_MESUREMENT_ID=
- start server
yarn && yarn start