Skip to content

alex-konoval/ember_scheduling

Repository files navigation

Introduction

Scheduling Widget

Screenshots

Services screen Services screen

Offices creen Offices screen

Video

Success flow

warning

Because of CORS is not configured on API side we should run Chrome in disable-web-security mode, to do this run the following command:

  • MacOS: open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security --disable-site-isolation-trials
  • Linux: google-chrome --disable-web-security

General info

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install
  • You should create .env file and set variables. For development you can copy values from .sample.env.

Running / Development

Running Tests

  • ember test

Linting

  • npm run lint

About

Scheduling Widget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published