Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)