These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository to your local machine using:
git clone git@github.com:RoutinelyOrganization/routinely-web.git
-
Open the project in your code editor.
-
Navigate to the project directory:
cd routinely-web
- Install dependencies:
npm install
- Start the development server:
npm run dev