Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.9 KB

README.md

File metadata and controls

78 lines (50 loc) · 1.9 KB

PenX

PenX
Next generation dynamic blogging tools

Deploy a dynamic blog using Cloudflare Pages, D1, R2, and AI. 100% run on Cloudflare.

Discord | Website | Issues

Deploy your own

There two way to deploy PenX:

Technology stack

Local development

To develop PenX locally, follow these steps:

1.Clone the repository:

git clone https://github.com/penx-labs/penx

2.Initial setup: run the following commands for the first time:

pnpm install
pnpm run db:generate
pnpm run db:migrate:prod

3.Start local server:

pnpm dev

Your local server will be available at http://localhost:3000

4.Preview local database:

pnpm run db:studio:local

Examples blogs

Explore these example blogs created with PenX:

⚖️ License

This project is open-source and contributions are welcome. Join the community to help enhance PenX for writers everywhere.

For any issues or suggestions, please visit our GitHub Issues page.