Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 519 Bytes

routinely-web

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

  1. Clone the repository to your local machine using:

git clone git@github.com:RoutinelyOrganization/routinely-web.git

  1. Open the project in your code editor.

  2. Navigate to the project directory:


cd routinely-web

  1. Install dependencies:

npm install

  1. Start the development server:

npm run dev