Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bsonntag/me

My personal page
https://github.com/bsonntag/me

gatsby personal-website react

Last synced: about 2 months ago
JSON representation

My personal page

Awesome Lists containing this project

README

        

# My personal webpage

This is the source of my personal webpage:
[bsonntag.netlify.com](https://bsonntag.netlify.com).

## Requirements

This project requires [Node](https://nodejs.org/en/download/) to be installed.
I also use [Yarn](https://yarnpkg.com/en/) 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:

```js
$ NODE_ENV=production yarn bundle
```

## Contributing

Please feel free to submit any issues or pull requests.