My portfolio site, which is now open source!
Check out the live site here β
This repo contains the code for a portfolio site that has a rich user-experience, is performant, and accessible. The website is built using HTML, SCSS, vanilla JavaScript, and it doesn't use any CSS or JavaScript libraries or have any framework dependencies. Everyone is welcome to contribute or use it as a template for their portfolio. Please give me (this repo) credit for the theme design.
Contribute to the portfolio, using a fully featured online development environment; cloned repo, pre-installed dependencies, running web server.
You need Node.js to develop the site locally on your computer.
npm install
npm run dev
This will start the development server at http://localhost:1234
that you should browse to check the local dev version of this site.
npm run prod
This script will create the production build that contains the site code, which is fast and optimized and minified for production.