Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ❤️