Rhythmbox WebUI frontend written in TypeScript and built with SolidJS
- TypeScript 91.6%
- CSS 7%
- HTML 1.4%
| .idea | ||
| src | ||
| .gitignore | ||
| config.example.json | ||
| index.html | ||
| lang.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
Rhythmbox WebUI Frontend
Rhythmbox WebUI frontend written in TypeScript and built with SolidJS
Install
Before building or developing, you need to copy config.example.json to config.json and configure it to fit your environment.
Run the following to install dependencies and build the project:
npm install
npm run build
You can also use Yarn or PNPM.
The build project files will be in the dist directory.
Development
Run the following to start a development server:
npm run dev
You can also use Yarn or PNPM.