Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antoinerousseau/antoine.rousseau.im

My website
https://github.com/antoinerousseau/antoine.rousseau.im

Last synced: about 5 hours ago
JSON representation

My website

Awesome Lists containing this project

README

        

# Antoine Rousseau

My personal homepage made with [Gatsby](https://www.gatsbyjs.org/), [Contentful](https://www.contentful.com/) and [Netlify](https://www.netlify.com/).

[https://antoine.rousseau.im](https://antoine.rousseau.im/)

## Requirements

- [Node](https://nodejs.org/) and [Yarn](https://yarnpkg.com/)

## Setup

yarn

Create a [Contentful](https://www.contentful.com/) space. You can use `contentful-export.json` to create the Content Types.

Create a `.env` file with:

CONTENTFUL_SPACE_ID=xxxxxxxx
CONTENTFUL_ACCESS_TOKEN=xxxxxxxx
GATSBY_BUGSNAG=xxxxxxxx

## Develop

yarn develop

## Build

yarn build