Skip to content

rolwin100/appiness_interactive_assignment

Repository files navigation

Build Status

Getting Started

Local Development with Docker

Ensure docker and docker-compose are installed, then run

docker-compose -f dev/compose.yml up

Local Development without Docker

Currently, there aren't any real complexities in running this project so doing so from your local environment is very simple - and can result in a more responsive development experience.

From the root of the web-ams directory:

yarn install
yarn setup

Ensure .env.local values are set. See dev/compose.yml for the values to set.

yarn start

Contribution Guidelines

  • Read authoring-components
  • Write unit tests. Not too many, but enough.
  • Ensure minimum code coverage of 80%
  • TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published