Demo • Run Locally • Authors • Roadmap
You can view the demo version at lophius.ru
- Clone the repository
git clone https://github.com/zamelane/lophius- Navigate to the project server directory
cd lophius/apps/web- Install dependencies
bun i-
Fill in the configuration file
.env(see.env.examplefor an example) -
Build and start the server (production)
bun run build
bun start- Development plans for the project (step-by-step):
- Implement manual media editors
- Integrate external services for metadata extraction
- Implement the creation of collections and lists
- Add media tracking functionality (receiving notifications)
- Integrate a media release calendar
- Refactoring
