Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.09 KB

getting-setup.md

File metadata and controls

50 lines (36 loc) · 1.09 KB

↤ Developer Overview

Getting Setup

Requirements

Project Setup

First, Clone the Repo:

cd /path/to/projects
git clone git@github.com:manifestinteractive/weather-bar-app.git .
cd weather-bar-app

Next, edit the .env file:

cp .env.example .env
nano .env

Now, you can install and run the app:

npm install
npm run dev

Once you have the Weather Bar running, you can manage it using our Development Scripts.

Developer Resources