- N- for Nyx:
- dark theme
- goddess of the night -> Nyx in greek mythology
- -athene for Athena:
- goddess of the wisdom, intelligence -> Athena in greek mythology
- Athene is the german name of Athena -> LuvbCa is german
- Editor: because its only a editor right now
- implementation of Plugins in work
⚠️ : Only developing environment, no building environment set-up
-
Step 1 - Installation of dependencies:
- run
pnpm install
in top level directory
- run
-
Step 2 - Electron-backend:
- run
npm start
in./electron
- optionally: run
tsc --watch -p ./tsconfig.json
in./electron
for automatic compilation of typescript
- run
-
Step 3 - Svelte-frontend:
- run
npm run dev
in./svelte
- run
🚧UNDER CONSTRUCTION🚧