Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fangoling/portfolio-website
https://github.com/fangoling/portfolio-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fangoling/portfolio-website
- Owner: Fangoling
- Created: 2023-11-25T15:45:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T22:49:07.000Z (7 months ago)
- Last Synced: 2024-11-09T18:05:32.006Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.fangxingliu.com
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My portfolio website
Visit it at https://fangxingliu.com
# About
My personal portfolio website contains information about me, my projects, and ways to contact me.# Features
- Email form implemented using Nodemailer# Installation
Install all the requirements with
```bash
npm install
# or
yarn install
```
Then run the development server
```bash
npm run dev
# or
yarn dav
```
Open your browser to see the result at https://localhost:3000