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 start
Exporting the page for static hosting can be done using
> yarn build # builds icons and then web page
> yarn export # Create static export from site
Sometimes 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 stest
Things that are coming in the future: