This is the source of my personal webpage: bsonntag.netlify.com.
This project requires Node to be installed. I also use Yarn to install dependencies instead of Npm, but it's not required.
Clone this repository and install the dependencies with yarn install
.
This website is built with Parcel.
A local server for development can be run with yarn start
.
It will run on port 1234, so you can access it on http://localhost:1234.
To build the website for production run:
$ NODE_ENV=production yarn bundle
Please feel free to submit any issues or pull requests.