DIYgod mirror
Go to file
DIYgod 35af6f2a3e
fix: following list overflow
2022-09-02 11:13:13 +01:00
.github/workflows feat: deploy 2022-08-12 15:48:06 +08:00
.husky chore: use prettier 2022-08-06 18:49:04 +01:00
deploy refactor: 4everland.io -> 4everland.xyz 2022-09-02 13:14:58 +08:00
e2e setup playwright (#69) 2022-05-21 16:53:25 +08:00
prisma feat: manually send email for new posts 2022-06-07 20:54:50 +08:00
public feat: update screenshot 2022-08-24 00:29:56 +01:00
src fix: following list overflow 2022-09-02 11:13:13 +01:00
.dockerignore tweak styles 2022-06-04 00:27:42 +08:00
.env.example refactor: 4everland.io -> 4everland.xyz 2022-09-02 13:14:58 +08:00
.eslintrc.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
.gitignore setup playwright (#69) 2022-05-21 16:53:25 +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 feat: nextjs runtime read env var 2022-08-14 11:39:23 +08:00
LICENSE add a license 2022-05-20 18:10:21 +08:00
README.md feat: update text 2022-08-11 19:43:09 +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 so now we're on fly.io 2022-05-16 14:13:44 +08:00
next.config.js update icons 2022-05-28 16:44:16 +08:00
package.json feat: save draft locally 2022-08-26 00:17:00 +01:00
playwright.config.ts setup playwright (#69) 2022-05-21 16:53:25 +08:00
pnpm-lock.yaml feat: save draft locally 2022-08-26 00:17:00 +01:00
postcss.config.js update temp landing page 2022-05-20 01:03:13 +08:00
tailwind.config.js feat: theme color 2022-08-31 02:30:53 +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