Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 910 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 910 Bytes

dodo-getaways

Find your next island escape! Explore and rate islands made by Animal Crossing: New Horizons players around the world. Build using React ⚛️

Follow progress and road map here: https://trello.com/b/iAFupku3/dodo-getaways

Local Setup:

  1. Have the latest Node and yarn installed.
  2. Clone this repo locally. Navigate to it in terminal.
  3. Install dependencies by running yarn.
  4. Run yarn start to run the app in development mode. It should auto open in browser, but you can also go to http://localhost:3000.

This Project comes with some AirBnB's ESLint rules + Prettier + VS Code configurations to help things be consistent and clean! To get them running, all you need to do is install the ESLint and Prettier extensions in VS Code (recommended in project extensions) 🙌