DIYgod mirror
Go to file
DIYgod 94c558a550
fix: new-site page balance error caused by dependencies update
2022-10-02 18:15:41 +01:00
.github/workflows feat: dev deploy 2022-09-29 17:56:35 +08:00
.husky chore: use prettier 2022-08-06 18:49:04 +01:00
deploy fix: wrong wholename in entrypoint 2022-09-30 10:02:44 +08:00
e2e setup playwright (#69) 2022-05-21 16:53:25 +08:00
public feat: new home page 2022-09-07 03:23:18 +01:00
src fix: new-site page balance error caused by dependencies update 2022-10-02 18:15:41 +01:00
.dockerignore tweak styles 2022-06-04 00:27:42 +08:00
.env.example feat: disable persister server query client 2022-09-26 16:09:21 +01:00
.eslintrc.json
.gitignore chore: ignore IDE specific files 2022-09-08 21:27:06 +08:00
.prettierignore chore: use prettier 2022-08-06 18:49:04 +01:00
.prettierrc chore: add prettier config, closes #78 2022-05-22 16:42:15 +08:00
.prettierrc.json chore: use prettier 2022-08-06 18:49:04 +01:00
Dockerfile chore: install python3 and build-essential in Dockerfile to use nodejieba 2022-09-30 03:30:02 +01:00
LICENSE add a license 2022-05-20 18:10:21 +08:00
README.md feat: name capitalization 2022-09-13 08:40:45 +01:00
apply.sh feat: deploy 2022-08-12 15:48:06 +08:00
fly.toml force https 2022-05-20 16:20:16 +08:00
next-env.d.ts
next.config.js fix: svg turn black 2022-09-27 20:22:30 +01:00
package.json chore: add nodejieba 2022-09-30 03:12:36 +01:00
playwright.config.ts setup playwright (#69) 2022-05-21 16:53:25 +08:00
pnpm-lock.yaml chore: add nodejieba 2022-09-30 03:12:36 +01:00
postcss.config.js
tailwind.config.js feat: use accent color 2022-09-20 01:10:48 +01:00
tsconfig.json chore: use prettier 2022-08-06 18:49:04 +01:00
types.d.ts improving login/subscription flow 2022-05-27 02:15:58 +08:00
uno.config.ts update icons 2022-05-28 16:44:16 +08:00
vitest.config.ts use vitest 2022-05-28 13:33:26 +08:00

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