Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

reasonoslo/reasonoslo.xyz

Repository files navigation

reasonoslo.xyz

Netlify Status

Webpage for the Reason Oslo meetup.

Setup for development

yarn

# Run this to start bucklescript compiler in watch mode
yarn build -w

# Run this to run webpack dev server
yarn dev:frontend

# Run this to run netlify functions
yarn dev:server

Deployment

This site is deployed with netlify and will automatically deploy master on push.