My centralised portfolio website, where my works across fields and medium gather in one single place.
The website is currently deployed at JunoNgx.com via Vercel.
- Vite
- Svelte
- SASS (using BEM naming convention and indented syntax)
- TypeScript
This project doesn't require any environment variable and no setup is neccessary for deployment.
First, clone the repository and move into the directory:
git clone [email protected]:JunoNgx/junongxdotcom.git
cd junongxdotcom
Then install the packages (yarn
is required):
yarn
Then run the development server:
yarn dev
Alternatively, run the network-exposed development server with the flag --host
:
yarn dev --host
Open http://localhost:3000 (by default) with your browser to see the result.
This is a self-contained static site and doesn't require any data fetching.
This website has gone through several major overhauls, including usage of other tech stacks. Previous versions can be found in other branches. Current domain is generally always deployed with the branch production
.
This website uses the typeface Jost by Owen Earl, who has also influenced its overall design. Icons are from the Feather project. The layout in the current iteration is heavily inspired by Tim Holman.
For suggestions and criticism, please feel free to open issues for this repository.