Customizable start page. https://start.damocles.dev
  • TypeScript 87.7%
  • CSS 8.7%
  • JavaScript 2.4%
  • HTML 1.2%
Find a file
2025-11-09 20:43:54 +02:00
src Update version to 2.0.0 2025-11-09 20:43:54 +02:00
.gitignore Create Node class and working demo 2025-09-07 13:53:02 +03:00
CHANGELOG.md Update version to 2.0.0 2025-11-09 20:43:54 +02:00
eslint.config.js Create Node class and working demo 2025-09-07 13:53:02 +03:00
index.html Format all code with Prettier 2025-09-07 13:53:03 +03:00
package-lock.json Update version to 2.0.0 2025-11-09 20:43:54 +02:00
package.json Update version to 2.0.0 2025-11-09 20:43:54 +02:00
README.md Update version to 2.0.0 2025-11-09 20:43:54 +02:00
tsconfig.app.json Create Node class and working demo 2025-09-07 13:53:02 +03:00
tsconfig.json Create Node class and working demo 2025-09-07 13:53:02 +03:00
tsconfig.node.json Create Node class and working demo 2025-09-07 13:53:02 +03:00
vite.config.ts Format all code with Prettier 2025-09-07 13:53:03 +03:00

start v2.0.0

Code for startpage at start.damocles.dev.

This is a start page using a decimal system to form a recursive tree for quick access to saved links. Links are saved in local storage, nothing is sent in the network.

For local development use npm run dev. To build the app use npm run build.