* feat: add EditorToolbar * feat: add github icon * feat: add wrapExecute, prependExecute * feat: add preview mode * feat: move the position of Toolbar * feat: remove max width * feat: add preview button active style * refactor: preview visible |
||
|---|---|---|
| .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
Development
Follow the steps to run it locally.
- Copy
.env.exampleto.env - Run
postgreslocally, the easiest way on mac isbrew install postgresql, you can also use docker - Install dependencies:
pnpm i - Initialize the database by running
pnpm prisma db push - Start dev server:
pnpm dev