https://github.com/arthurfdlr/arthurfdlr.github.io
https://github.com/arthurfdlr/arthurfdlr.github.io
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthurfdlr/arthurfdlr.github.io
- Owner: ArthurFDLR
- License: mit
- Created: 2021-01-12T03:34:50.000Z (over 5 years ago)
- Default Branch: source
- Last Pushed: 2024-01-21T21:24:31.000Z (over 2 years ago)
- Last Synced: 2025-10-28T03:32:10.821Z (9 months ago)
- Language: JavaScript
- Homepage: https://arthurfindelair.com
- Size: 42.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
arthurfindelair.com

[](https://github.com/ArthurFDLR/arthurfdlr.github.io/blob/source/LICENSE)
[](https://github.com/ArthurFDLR/arthurfdlr.github.io/actions?query=workflow%3A%22Gatsby+Publish%22)
[](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.