Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T12:25:56.000Z (5 months ago)
- Last Synced: 2024-06-28T13:49:06.276Z (5 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 📸:
![Homepage](/screenshots/homepage.png)
![NewsPage](/screenshots/news-page.png)
![NewsArchive](/screenshots/news-archive-1.png)
![NewsArchive](/screenshots/news-archive-2.png)
![NewsDetail](/screenshots/news-detail-1.png)
![NewsDetail](/screenshots/news-detail-2.png)## 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 ❤️