Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalilbengoufa/blog
https://github.com/jalilbengoufa/blog
astro blog javascript typescript vercel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jalilbengoufa/blog
- Owner: jalilbengoufa
- Created: 2023-12-23T18:30:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:00:47.000Z (about 2 months ago)
- Last Synced: 2024-10-30T07:12:44.324Z (about 2 months ago)
- Topics: astro, blog, javascript, typescript, vercel
- Language: Astro
- Homepage: https://www.jalilb.dev/
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personnal Blog
## How to run locally
- `yarn`
- `yarn dev`## How do I deploy?
`yarn build` will generate a static website in `dist` dir. You can host it with any static hosting.
## Credit
Created using [blogster](https://github.com/flexdinesh/blogster "blogster")