This website requires JavaScript.
Explore
Help
Sign In
dsh
/
blog
Watch
1
Star
0
Fork
0
You've already forked blog
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
28
Commits
3
Branches
0
Tags
169
KiB
TypeScript
93.3%
CSS
4.3%
Dockerfile
1.9%
Shell
0.5%
5ea1aa9c5b
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Dave Smith-Hayes
5ea1aa9c5b
Add some styles, use some post service methods for easily getting post data.
2024-07-31 22:02:55 -04:00
db
init the database and move posts into the sqlite database.
2024-07-11 21:37:12 -04:00
posts
Add some development, services repository.
2024-07-11 20:27:55 -04:00
src
Add some styles, use some post service methods for easily getting post data.
2024-07-31 22:02:55 -04:00
.editorconfig
Start the blog
2024-07-02 22:35:01 -04:00
.gitignore
Start the blog
2024-07-02 22:35:01 -04:00
bun.lockb
Most all posts into memory at startup and render those on requests.
2024-07-26 22:31:09 -04:00
Dockerfile
Start dockerfile deployment code
2024-07-03 22:24:36 -04:00
package.json
init the database and move posts into the sqlite database.
2024-07-11 21:37:12 -04:00
README.md
Start the blog
2024-07-02 22:35:01 -04:00
tsconfig.json
Start the blog
2024-07-02 22:35:01 -04:00
README.md
To install dependencies:
bun install
To run:
bun run dev
open
http://localhost:3000