Skip to content

yufengliu15/yufengliu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

Installation

git clone https://github.com/yufengliu15/yufengliu.git

Go into directory and run: npm install

Deployment

To deploy app locally: npm start

To deploy to gh-pages branch: npm run deploy

Add posts template

{
    "id": "project1",
    "title": "",
    "description": "",
    "technologies": [""],
    "image": "",
    "link": "",
    "date": ""
}

For image, make sure to add to src/assets/images. The image value can just be the name of the image.

Generate Blog Post Objects (deprecated)

npm run server

About

My personal website made using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published