Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 881 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 881 Bytes

VanHack Events

This repository contains a simple json-server with dummy JSON data to implement a basic events page based on VanHack.

Deploy with ZEIT Now

Deploy from the terminal

  1. Install now globally:
$ yarn global add now

If you use npm:

$ npm i -g now

More information is available at https://zeit.co/download.

  1. Clone this repository:
$ git clone git@github.com:peterpalau/vanhack-events.git
  1. To deploy to now run the following command inside the project directory:
$ now

More information is available at the official ZEIT now documentation site.

Useful links