Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 775 Bytes

pink-workshop-22

Hi and welcome to the PINK <> ustwo workshop!

Please, make sure you follow the setup steps below before the event. If you have any issues, don't worry! We'll do our best to help you troubleshoot on Sunday.

Setup

  1. Install Node version 16.13.2, either from their download page or a package manager like Homebrew
  1. Install your IDE of choice, for example Visual Studio Code https://code.visualstudio.com/download

  2. Download or fork and clone the repo, then run these two terminal commands inside the project directory

  • npm install

  • npm start

A local server should now be running in your terminal and a shopping list hopefully launched in your browser!