Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteam1337/iteamse
Iteam.se written in Reason with Gatsby
https://github.com/iteam1337/iteamse
contentful gatsby react reasonml web
Last synced: about 5 hours ago
JSON representation
Iteam.se written in Reason with Gatsby
- Host: GitHub
- URL: https://github.com/iteam1337/iteamse
- Owner: Iteam1337
- Created: 2019-07-01T18:18:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T08:57:28.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T17:52:16.686Z (3 months ago)
- Topics: contentful, gatsby, react, reasonml, web
- Language: Reason
- Homepage: https://iteam.se
- Size: 2.33 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iteam.se
[![Build Status](https://travis-ci.com/Iteam1337/iteamse-poc.svg?branch=master)](https://travis-ci.com/Iteam1337/gatsby-contentful-reason-poc)
This is an updated version of [iteam.se](https://iteam.se/) built on top of Gatsby with ReasonML. It is currently in alpha stage, with some functionality missing. The concept is promising and means that we can scrap our custom GraphQL API that is currently being used. Since the site will be built at compile time it'll also be even faster and the static files could be deployed easily.
## Prerequisites
Environment variables are needed in a `.env.development` with:
```
CONTENTFUL_SPACE=
CONTENTFUL_ACCESS_TOKEN=
```Values are available in LastPass.
## Get started
```
npm install
npm run start
npm run dev (in another terminal)
```Open http://localhost:8000
## Deployment & CI
Every push (and therefore every merge to master) gets built and deployed automatically at [Zeit](https://zeit.co). Every opened pull request also gets built and deployed automatically under a separate alias for easy reviewing.