Files
feishin/README.md
T
2022-07-30 19:31:32 -07:00

853 B

Sonixd (rewrite)

Repository for the rewrite of Sonixd.

Development

This project is built off of electron-react-boilerplate v4.6.0.

Developing with Docker Compose

  1. Copy and rename the example.env.dev to .env.dev and make any changes necessary
  2. Run the server: Use npm run docker:up to build and run the dev server
    1. Prisma studio available on http://localhost:5555
    2. Server available on http://localhost:9321
    3. Default login credentials are admin/admin
  3. Run the client: Use npm run start to run the dev Electron client

To package the application:

npm run package

License

GNU General Public License v3.0 ©