Skip to content

Commit

Permalink
Merge with changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Plagge committed Nov 15, 2019
1 parent 1d8120e commit 2a924cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src='./logo.svg' width='180' alt='t3n Logo'>

# t3n/react-packages

This monorepo hosts packages necessary for development and documentation of react components in the t3n domain.

:warning:

```
This repo is still in an early state and may change in it's structure
```
Expand All @@ -25,6 +25,6 @@ The monorepo is structured into four packages:

First, install all dependencies by running `npm install`.

Before starting development the first time, you need to run `npm run build` from the main package. This will run the build script of each package in the correct order, as **@t3n/storybook** depends on **@t3n/components**, which itself depends on **@t3n/theme**.
Before starting development the first time, you need to run `npm run build` from the main package. This will run the build script of each package in the correct order, as **@t3n/storybook** depends on **@t3n/components**, which itself depends on **@t3n/theme** and **@t3n/icons**.

After, you can run `npm run start` to start storybook and watch file changes in all packages.
1 change: 1 addition & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a924cc

Please sign in to comment.