https://github.com/sauldoescode/kurshok
repository for kurshok.space
https://github.com/sauldoescode/kurshok
Last synced: 10 days ago
JSON representation
repository for kurshok.space
- Host: GitHub
- URL: https://github.com/sauldoescode/kurshok
- Owner: SaulDoesCode
- Created: 2022-09-19T16:54:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T20:50:33.000Z (over 2 years ago)
- Last Synced: 2025-07-01T04:37:29.141Z (8 months ago)
- Language: HTML
- Homepage: https://kurshok.space
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kurshok
Backend rust server for my website, pretty basic but uses redb for key value storage and has a lot of unfinished things in it at present.
## Building
clone the repo
``npm i``
``npm run dev`` or ``npm run build``
serve up the dist folder with your favourite web server when done.