Go to file
Andre Staltz 4401cc3b8e
create invite
2024-01-26 16:13:12 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
src create invite 2024-01-26 16:13:12 +02:00
.gitignore Initialize project using Create React App 2024-01-04 13:38:05 +02:00
.prettierrc.yaml add electron 2024-01-04 13:59:46 +02:00
README.md add readme 2024-01-05 19:36:24 +02:00
main.js create invite 2024-01-26 16:13:12 +02:00
package-lock.json create invite 2024-01-26 16:13:12 +02:00
package.json create invite 2024-01-26 16:13:12 +02:00
preload.js create invite 2024-01-26 16:13:12 +02:00
tailwind.config.js add Tailwind 2024-01-04 14:53:41 +02:00

README.md

Zooboard

To develop:

  1. npm install
  2. npm start in one terminal, npm run electron-dev in another
  3. Edit JS code
  4. Sometimes you may need to re-run step 2