A simple portfolio website with my projects, interests, and more baked inside. Built with Astro, Tailwindcss, and Svelte components.
- Random background and theme every page refresh
- Neat little section with cool research papers
- Can be viewed on an iPhone 6
- Fast image loading and caching for best user experience
- Clarifies how my screen name is pronounced
- Uses mbid database from MusicBrainz to fetch for album images
- Projects can be easily set in a json file and adding an image to
src/assets/projects
Font
- Nebula Sans by The Nebula Team.
Inspiration
- Alice's Site (dynamic color and background)
- Finji Blog Site (page format)
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |