Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/math0ne/about
:man: My personal website, build with React and Gatsby
https://github.com/math0ne/about
gatsby java mapbox netlify react
Last synced: 24 days ago
JSON representation
:man: My personal website, build with React and Gatsby
- Host: GitHub
- URL: https://github.com/math0ne/about
- Owner: math0ne
- License: mit
- Created: 2018-07-14T01:07:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T11:22:14.000Z (about 2 years ago)
- Last Synced: 2024-11-09T17:06:29.302Z (3 months ago)
- Topics: gatsby, java, mapbox, netlify, react
- Language: JavaScript
- Homepage: http://aidan.codes
- Size: 10.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal website built with React, Gatsby, Mapbox GL JS and deployed via Netlify
Inspired by the Jamstack Architecure; built using React, Mapbox Gl Js, Bulma, and deployed with Netlify. This website contains content that lives on with the help of @benbalter and the [wordpress-to-jekyll-exporter](https://github.com/benbalter/wordpress-to-jekyll-exporter) wordpress module.
Check it out here: http://aidan.codes/
## Develop this website locally
### Install pre-requesits
Install Yarn: https://yarnpkg.com/lang/en/docs/install
### Setup project
```
$ git clone https://github.com/math0ne/aboutme.git
cd aboutme
yarn install
```### Develop on a local server
```
yarn develop
```### Build for production
```
yarn build
```