- NodeJS
- Experience with Electron.js
- Experience with Vue.js 2
First, Clone the Repo:
cd /path/to/projects
git clone [email protected]: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.