Personal website base on Next and Tailwind. Visit here
# install dependencies
npm install
# run server
npm run dev
# run unit test
npm run test
Open http://localhost:3000 in the browser to view the result.
Integrated with GitHub Actions, GitHub Pages will automatically deploy whenever there is a push to the main branch.
Unit test coverage report has uploaded to Coveralls. See here.
- New UI presentation, along with innovative technology and a new architecture.
- [Bug fix] Menu disappear animation
- [Improvement] Support for multiple project links.
- [Improvement] Remove the cursor pointer on the project title to avoid causing confusion.
- [Improvement] Add a Python project.
- [New Feature] Add Gallery page.
- [Improvement] Optimize the photos quality in the Gallery page.
- [Improvement] Upgrade Next version to v14.