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 building on windows #1255

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README & CONTRIBUTING to include WINDOWS
VandeurenGlenn committed Nov 4, 2023
commit 4162837b4a6a36a9fc9d8a0216d1ea023cb18f37
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ There are many ways to contribute to the Lit project, and we have many different
We have a [Code of Conduct](https://github.com/lit/lit/blob/main/CODE_OF_CONDUCT.md), please follow it in all interactions with project maintainers and fellow users.

## Set up

Starting on mac or linux distros works out of the box, windows requires some extra [setup](WINDOWS.md)
```bash
git clone https://github.com/lit/lit.dev.git
cd lit.dev
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ npm ci
```

### Develop site content

Starting on mac or linux distros works out of the box, windows requires some extra [setup](WINDOWS.md)
```sh
npm run dev
```