This is the source code for my portfolio site available at https://prasadheeramani.com.
To run the code for development purposes run:
> yarn install
> yarn startExporting the page for static hosting can be done using
> yarn build # builds icons and then web page
> yarn export # Create static export from siteSometimes there is a difference in statically exported pages compared to the dynamic development environment. A static http server has to be installed and the npm package http-serve was used here. To test the export before committing use:
> npm install -g http-server
> yarn stestThings that are coming in the future:
- Add linting and reformat hook
- Dynamic SVG generation
- Look into integrating: https://github.com/GoogleChromeLabs/lighthousebot