Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rixcy/one.rickbooth.me
V1 of my portfolio, built in Gatsby
https://github.com/rixcy/one.rickbooth.me
gatsby react styled-components
Last synced: 1 day ago
JSON representation
V1 of my portfolio, built in Gatsby
- Host: GitHub
- URL: https://github.com/rixcy/one.rickbooth.me
- Owner: Rixcy
- License: other
- Created: 2019-04-04T10:56:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T06:33:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T03:39:50.395Z (over 1 year ago)
- Topics: gatsby, react, styled-components
- Language: JavaScript
- Homepage: https://one.rickbooth.me
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [one.rickbooth.me](https://one.rickbooth.me)
Version one of my portfolio. Built in early 2018.
## Features
- Built with [Gatsby](https://www.gatsbyjs.com) 🚀
- Styled with [styled-components](https://styled-components.com) and [TailwindCSS](https://tailwindcss.com) 💅
- Light mode/dark mode 🌗## Screenshots
### Dark mode (default)
![2022-04-15 19 03 57 one rickbooth me 3765f9c6e0a5](https://user-images.githubusercontent.com/11819124/163605376-c29242ed-345a-4883-a9af-d681a252b293.jpg)
### Light mode
![2022-04-15 19 04 06 one rickbooth me 33e01c04be38](https://user-images.githubusercontent.com/11819124/163605384-5bf8f18f-238f-4b55-a8a3-707fd61a3cf5.jpg)
## Running locally
Install dependencies:
```bash
yarn
```Run the dev server:
```bash
yarn dev
```Open `http://localhost:8000` with your browser to see the result.