Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 👻
- Host: GitHub
- URL: https://github.com/pwang1997/zhengliang.facade
- Owner: pwang1997
- Created: 2024-03-26T18:22:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T12:31:23.000Z (6 months ago)
- Last Synced: 2024-06-05T14:16:46.911Z (6 months ago)
- Topics: nextjs, portfolio, typescript, vercel
- Language: TypeScript
- Homepage: https://blog.zhengliang.facademe.xyz
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```