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

Latest commit

 

History

History
27 lines (17 loc) · 590 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 590 Bytes

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.