Skip to content

numanomanu/stayhome-board

Repository files navigation

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

result

install

1.clone

git clone git@github.com:TsuyoshiNumano/stayhome-board-minimum.git
  1. add firebase realtime database

  2. 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=
  1. start server
yarn && yarn start