Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bsonntag/me
- Owner: bsonntag
- Created: 2017-12-09T00:25:26.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T15:24:13.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:49:54.219Z (9 months ago)
- Topics: gatsby, personal-website, react
- Language: HTML
- Homepage: http://bsonntag.netlify.com
- Size: 24.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.