https://github.com/egoist/blogify
A blogging platform for minimalists and developers.
https://github.com/egoist/blogify
Last synced: 10 months ago
JSON representation
A blogging platform for minimalists and developers.
- Host: GitHub
- URL: https://github.com/egoist/blogify
- Owner: egoist
- Created: 2020-12-05T17:11:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:12:59.000Z (about 4 years ago)
- Last Synced: 2025-03-30T14:41:57.538Z (11 months ago)
- Language: TypeScript
- Homepage: https://blogify.dev/
- Size: 776 KB
- Stars: 65
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - blogify
README
# Blogify
A blogging platform for minimalists and developers.
https://blogify.dev
## Development
Generate a Prisma client:
```bash
yarn db-generate
```
Run database migration first:
```bash
yarn migrate-deploy
```
Start Server:
```bash
yarn dev
```
## Deployment
```bash
yarn db-generate
yarn migrate-deploy
yarn start
```
## License
MIT © [EGOIST](https://github.com/sponsors/egoist)