https://github.com/jay-wong-git/wong-news
A simple next app about routing
https://github.com/jay-wong-git/wong-news
nextjs routing
Last synced: 2 months ago
JSON representation
A simple next app about routing
- Host: GitHub
- URL: https://github.com/jay-wong-git/wong-news
- Owner: Jay-Wong-Git
- Created: 2024-06-22T14:13:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-28T12:25:56.000Z (over 1 year ago)
- Last Synced: 2025-01-19T06:12:10.831Z (11 months ago)
- Topics: nextjs, routing
- Language: JavaScript
- Homepage: http://wongsite.top:3000
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wong News 🗒️:
Wong News is a demo Next app about routing essential.
## Screenshots 📸:






## Tech Stack 🛠️:
- `Next` 14.1.0
- `React` 18.3.1
- `better-sqlite3` 11.0.0
- `slugify` 1.6.6
## Setting up locally ⚙️:
### 1. Clone on your local machine
```bash
https://github.com/Jay-Wong-Git/wong-news.git
```
### 2. Install dependencies via `pnpm`
```bash
pnpm install
```
### 3. Run on your local server
```bash
pnpm dev
```
## Deploy via docker 📡
#### Please refer to `Dockerfile` & `docker-compose.yml` in the root directory
If you have read all of this, please star the repo, it will help me a lot ❤️