Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.