Welcome to chiweilien.com! This is my personal website where you can find information about my background, publications, experience, and where I share tech blogs.
🟢 Status: Active - www.chiweilien.com
This website is designed to provide information about who I am, my skills, education, experience, and publications. It also includes a section for tech blogs where I write some random stuff about tech.
- About: Learn more about me.
- Skills: Overview of my professional skills.
- Education: Details about my academic background.
- Experience: My professional journey and work experience.
- Publications: List of my published work.
- Blog: A collection of tech-related blog posts.
This app is created using React with Typescript. I used react-router-dom
as my router and react-markdown
to generate blog posts.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone git@github.com:chi-wei-lien/chi-wei-lien-portfolio-web.git cd chi-wei-lien-portfolio-web
-
Install dependencies:
npm install
To run the app locally:
npm start
To format code with linter:
npm run lint:fix
To build the app for production:
npm run build