Go to file
Jacob Karlsson 73bdf9ba96 Run both apps with one command 2024-04-15 00:05:41 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
scripts Run both apps with one command 2024-04-15 00:05:41 +02:00
src subscribe and display connections 2024-02-06 15:53:13 +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 fix small quirks 2024-01-31 14:42:19 +02:00
main.js Get two instances to kinda work at the same time 2024-04-14 22:20:42 +02:00
package-lock.json Run both apps with one command 2024-04-15 00:05:41 +02:00
package.json Run both apps with one command 2024-04-15 00:05:41 +02:00
preload.js subscribe and display connections 2024-02-06 15:53:13 +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 in another
  3. Edit JS code
  4. Sometimes you may need to re-run step 2