xLog/README.md

16 lines
427 B
Markdown

# xlog
> On-Chain Content Creating for Absolutely Everyone
Meet xlog, the on-chain and open-source blogging platform for everyone. Permanently stored on the blockchain and signed by you.
This project is developed based on [proselog](https://github.com/proselog/proselog)
## Development
Follow the steps to run it locally.
1. Copy `.env.example` to `.env`
2. Install dependencies: `pnpm i`
3. Start dev server: `pnpm dev`