This project is a redesign of the website for New York City restaurant Ladybird.
- Fork and clone this repository
- Inside the new directory, run the following commands in your CLI:
npm install
npm run db:init
npm run db:reset
npm run db:seed
- Code away!
- Submit a Pull Request
If you simply intend to work on the front end (React, CSS, Axios, etc.), you'll want to run npm start
, so that the server will start and continue to run seamlessly, and you'll be able to see your changes every time you save.
If you intend to work on the back end of the site (express, Sequelize, etc.), you'll want to run npm run dev
, so that the server will restart whenever you save changes.