DIYgod mirror
Go to file
DIYgod b7dc9051ae
feat: remove google fonts
2022-09-21 19:31:02 +01:00
.github/workflows
.husky
deploy feat: name capitalization 2022-09-13 08:40:45 +01:00
e2e
prisma
public
src feat: remove google fonts 2022-09-21 19:31:02 +01:00
.dockerignore
.env.example feat: name capitalization 2022-09-13 08:40:45 +01:00
.eslintrc.json
.gitignore
.prettierignore
.prettierrc
.prettierrc.json
Dockerfile
LICENSE
README.md feat: name capitalization 2022-09-13 08:40:45 +01:00
apply.sh
fly.toml
next-env.d.ts
next.config.js
package.json feat: display banner 2022-09-21 03:22:52 +01:00
playwright.config.ts
pnpm-lock.yaml feat: display banner 2022-09-21 03:22:52 +01:00
postcss.config.js
tailwind.config.js feat: use accent color 2022-09-20 01:10:48 +01:00
tsconfig.json
types.d.ts
uno.config.ts
vitest.config.ts

README.md

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 by yourself.

This project is developed based on 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