Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 770 Bytes

My personal webpage

This is the source of my personal webpage: bsonntag.netlify.com.

Requirements

This project requires Node to be installed. I also use Yarn to install dependencies instead of Npm, but it's not required.

Installation

Clone this repository and install the dependencies with yarn install.

Development

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.

Build

To build the website for production run:

$ NODE_ENV=production yarn bundle

Contributing

Please feel free to submit any issues or pull requests.