Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/blogify
A blogging platform for minimalists and developers.
https://github.com/egoist/blogify
Last synced: 12 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:12:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T11:53:15.842Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://blogify.dev/
- Size: 776 KB
- Stars: 67
- Watchers: 3
- 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)