Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pwang1997/zhengliang.facade

Facade, my portfolio.v1 👻
https://github.com/pwang1997/zhengliang.facade

nextjs portfolio typescript vercel

Last synced: 8 days ago
JSON representation

Facade, my portfolio.v1 👻

Awesome Lists containing this project

README

        


blog.zhengliang.facademe.xyz - v1



The first iteration of blog.zhengliang.facademe.xyz built with Next.js and hosted with Vercel

### Intro

This is my first iteration of blog/portfolio project. It will require backend support for projects and blogs sections. If your goal is to customize and deploy pure static website, I have a ```static``` branch for you!

If you like the project, feel free to give a ⭐.

![demo](https://github.com/pwang1997/zhengliang.facade/blob/main/public/image/storefront.png)

### Components
- [x] Projects
- [x] Blogs
- [x] About
- [x] Dark mode
- [x] Comments via GitHub issues. Checkout [this amazing project](https://utteranc.es/)

### Installation & Set Up

1. Install the dependencies

```sh
npm i
```

2. Start the dev server

```sh
npm run dev
```

### Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

```sh
npm start
```