Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rixcy/two.rickbooth.me
V2 of my portfolio, built in Gatsby
https://github.com/rixcy/two.rickbooth.me
gatsby gatsby-site
Last synced: 1 day ago
JSON representation
V2 of my portfolio, built in Gatsby
- Host: GitHub
- URL: https://github.com/rixcy/two.rickbooth.me
- Owner: Rixcy
- License: mit
- Created: 2019-11-11T17:58:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:18:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T03:39:53.186Z (over 1 year ago)
- Topics: gatsby, gatsby-site
- Language: JavaScript
- Homepage: https://two.rickbooth.me
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [two.rickbooth.me](https://two.rickbooth.me)
## 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
### Light mode
![2022-04-15 20 19 25 two rickbooth me a77e689ae7e4](https://user-images.githubusercontent.com/11819124/163623437-d209cbd9-accc-4fcc-b283-fe2043dfda85.jpg)
### Dark mode
![2022-04-15 20 19 30 two rickbooth me 46a120013405](https://user-images.githubusercontent.com/11819124/163623439-6ef02d72-ac04-4bcc-b533-acd47fb0300d.jpg)
## Running locally
Install dependencies:
```bash
yarn
```Run the dev server:
```bash
yarn dev
```Open `http://localhost:3000` with your browser to see the result.