2.3.4 • Published 2 years ago

@virtual-teacher/yellowstone v2.3.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Yellowstone

Installation:

npm install @virtual-teacher/yellowstone

Local setup:

  1. build docker image
docker-compose build
  1. install dependencies:
docker-compose run gui npm install
  1. start storybook:
docker-compose up
  1. visit http://localhost:6006

Add new icon

  1. Add a .svg file to src/components/Icon/assets/. Make sure that the svg is in a rectangle (viewBox).
  2. Run npm run generate-svg - generates React components from .svg files in src/components/Icon/assets.

Publishing:

In order to publish new version, bump package version in package.json file, and create new release on GitHub. It will trigger workflow that will upload new version to GitHub NPM registry.

Test your local changes inside other project:

  1. build and pack yellowstone package:
$ npm run build && npm pack
  1. install created archive in other project e.g. students:
$ npm install ../yellowstone/virtual-teacher-yellowstone-1.4.10.tgz
  1. restart project server:
$ npm start
2.3.4

2 years ago

2.3.3

2 years ago

2.3.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.2.4

2 years ago

2.0.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

1.7.3

2 years ago

1.4.6

2 years ago

1.7.2

2 years ago

1.4.5

2 years ago

1.7.1

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.4.3

2 years ago

1.6.0

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.7.10

2 years ago

1.7.11

2 years ago

1.7.12

2 years ago

1.7.9

2 years ago

1.7.8

2 years ago

1.7.7

2 years ago

1.7.6

2 years ago

1.4.9

2 years ago

1.7.5

2 years ago

1.4.8

2 years ago

1.7.4

2 years ago

1.4.10

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.3-beta4

2 years ago

1.2.3-beta3

2 years ago

1.2.3-beta2

2 years ago

1.2.1

2 years ago