mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
A modern self-hosted music player.
.erb | ||
.github | ||
.husky | ||
.vscode | ||
assets | ||
release/app | ||
server | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
.stylelintrc.json | ||
CHANGELOG.md | ||
docker-compose.dev.yml | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
example.env | ||
example.env.dev | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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
- Copy and rename the
example.env.dev
to.env.dev
and make any changes necessary - Run the server: Use
npm run docker:up
to build and run the dev server- Prisma studio available on
http://localhost:5555
- Server available on
http://localhost:9321
- Default login credentials are
admin/admin
- Prisma studio available on
- Run the client: Use
npm run start
to run the dev Electron client
To package the application:
npm run package