Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqpann/portfolio
Qiushi Pan's portfolio. Built with Next.js
https://github.com/qqpann/portfolio
Last synced: about 2 months ago
JSON representation
Qiushi Pan's portfolio. Built with Next.js
- Host: GitHub
- URL: https://github.com/qqpann/portfolio
- Owner: qqpann
- Created: 2022-06-18T07:49:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T19:20:51.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:23:33.180Z (8 months ago)
- Language: TypeScript
- Homepage: https://qpan.dev
- Size: 8.77 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Portfolio
This is the portfolio for Qiushi Pan.
## Road map
I will make this available for other people, so that they can use it easily by just filling their info.
## Quick start
Although it is not anonymized yet, you can start using it.
Inside `web` is the main web page build in Next.js.
We use pnpm to manage packages.You will want to install packages for the first time.
```sh
cd web
pnpm install
pnpm dev
```Install packages and you are good to go.
You can also start the dev server from the root directory.
```sh
make dev
```Happy hacking!