https://github.com/dev-siri/nxt-post
NXT Post is an online blogging platform similar to Medium or Dev.to.
https://github.com/dev-siri/nxt-post
Last synced: 12 months ago
JSON representation
NXT Post is an online blogging platform similar to Medium or Dev.to.
- Host: GitHub
- URL: https://github.com/dev-siri/nxt-post
- Owner: Dev-Siri
- License: mit
- Created: 2023-05-24T17:02:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:22:37.000Z (about 1 year ago)
- Last Synced: 2025-03-28T08:41:28.362Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://nxt-post.vercel.app
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NXT-Post
NXT Post is an online blogging platform similar to Medium or Dev.to.
This isn't anything special on its own. I made this to try and learn SQL databases (Postgres) and how they work. This project uses @vercel/postgres.
## Getting Started
- Clone the repository
```sh
$ git clone https://github.com/Dev-Siri/NXT-Post.git
```
- Install the dependencies
```sh
$ pnpm i
```
- Run the dev server
```sh
$ pnpm dev
```
## License
This project is MIT Licensed, see [LICENSE.md](LICENSE.md)