Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(readme): Add link to Getting Started on devland + yarn infra step #14361

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The Ísland.is design system is developed and showcased using [Storybook](https:

To get more technical information about the project please make sure to read this [overview](https://docs.devland.is/technical-overview/technical-overview).

## New developers

Make sure to follow [this guide](https://docs.devland.is/development/getting-started) to get up and running.
juni-haukur marked this conversation as resolved.
Show resolved Hide resolved

## External contributors

If you want to contribute to the repository, please make sure to follow [this guide](https://docs.devland.is/repository/external-contribute).
Expand Down Expand Up @@ -46,6 +50,7 @@ Run on whenever you check out a branch:

```bash
yarn install
yarn infra install
juni-haukur marked this conversation as resolved.
Show resolved Hide resolved
saevarma marked this conversation as resolved.
Show resolved Hide resolved
yarn codegen
```

Expand Down
Loading