|
|
||
|---|---|---|
| .github/workflows | ||
| e2e | ||
| prisma | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| fly.toml | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| types.d.ts | ||
| uno.config.ts | ||
| vitest.config.ts | ||
README.md
Crosslog
On-Chain Content Creating for Absolutely Everyone
Meet Crosslog, the on-chain and open-source blogging platform for everyone. Permanently stored on-chain and signed by you.
This project is developed based on proselog
Development
Follow the steps to run it locally.
- Copy
.env.exampleto.env - Install dependencies:
pnpm i - Start dev server:
pnpm dev