Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 532 Bytes

Setup Wizard 🧙‍♂️

This page allows you to pick and install multiple apps at once through your mac's terminal using brew.

Demo

You can see it live at: https://setupwizard.netlify.com/

Commands

You can replace yarn with npm run here.

# build for production
yarn build

# development mode
yarn dev

# run unit tests
yarn test

# serve the bundled dist folder in production mode
yarn serve

Updating Apps List

To update the listed apps just change the data in:

src/shared/data/apps.js