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

https://github.com/arthurfdlr/arthurfdlr.github.io


https://github.com/arthurfdlr/arthurfdlr.github.io

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          


Logo


arthurfindelair.com

website snapshot

[![GitHub](https://img.shields.io/github/license/arthurfdlr/arthurfdlr.github.io)](https://github.com/ArthurFDLR/arthurfdlr.github.io/blob/source/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ArthurFDLR/arthurfdlr.github.io/Gatsby%20Publish)](https://github.com/ArthurFDLR/arthurfdlr.github.io/actions?query=workflow%3A%22Gatsby+Publish%22)
[![Website](https://img.shields.io/website?down_message=Offline&label=arthurfindelair.com&up_message=Online&url=https%3A%2F%2Farthurfindelair.com%2F)](https://arthurfindelair.com/)

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn
```

4. Start the development server

```sh
npm start
```

## 🚀 Building and Running for Production

Simply push source code to the `source` branch. A github action takes care of building and publishing.

## 🙏 Credits

This is a modified version of [Brittany Chiang's website](https://brittanychiang.com).
All credit goes to her.