Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 542 Bytes

ExploreBC

A game for elementary students to learn about the nature of British Columbia. A spot-the-emoji game that gives students facts about the province and its natural features.

Run Locally

Prerequisites

Installation

Install the dependencies

  npm install

Initialize the database

  npm run init-db

Start the development server

  npm run dev

It should be running on http://localhost:3000