https://github.com/happer64bit/marktodown
Write, Share & Preview Markdown codes
https://github.com/happer64bit/marktodown
Last synced: about 1 year ago
JSON representation
Write, Share & Preview Markdown codes
- Host: GitHub
- URL: https://github.com/happer64bit/marktodown
- Owner: happer64bit
- Created: 2024-11-15T07:39:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-15T07:45:29.000Z (over 1 year ago)
- Last Synced: 2025-02-02T14:38:12.686Z (over 1 year ago)
- Language: TypeScript
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarkToDown
Demonstration: [https://www.youtube.com/watch?v=pvTTrd6UrZY](https://www.youtube.com/watch?v=pvTTrd6UrZY)
## Reproduction
### Requirements
* PostgreSQL
* Next.js
* Node.js OR Bun runtime
* A JavaScript package manager
### Environment Variables
* `DATABASE_URL` - PostgreSQL database URL
* `NEXT_PUBLIC_BASE_URL` - Website address (required due to prerender failure with the `window` API)
### Migrating the Database
Run the following command:
```
bun drizzle-kit push
```