mirror of
https://github.com/iconify/iconify.git
synced 2025-01-23 07:08:34 +00:00
Add notes for Windows development
This commit is contained in:
parent
db27b4eeae
commit
d761827dff
@ -85,6 +85,15 @@ If you want to remove `node_modules` for all packages, run `npm run clean`.
|
|||||||
|
|
||||||
If you want to re-install dependencies, run `npm run reinstall`.
|
If you want to re-install dependencies, run `npm run reinstall`.
|
||||||
|
|
||||||
|
### Monorepo on Windows
|
||||||
|
|
||||||
|
This monorepo uses symbolic links to create links between packages. This allows development of multiple packages at the same time.
|
||||||
|
|
||||||
|
When using Windows, symbolic links require setting up extra permissions. If you are using Windows and cannot set permissions for symbolic links, there are several options:
|
||||||
|
|
||||||
|
- Use Windows Subsystem for Linux (WSL).
|
||||||
|
- Treat each package as a separate package, without links to other packages. All packages do have correct dependencies, so you will be able to use most packages (except for `browser-tests` that requires links to access directory `lib` from `iconify` package), but you will not be able to work on multiple packages at the same time.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Documentation for all packages is available on [Iconify documentation website](https://docs.iconify.design/icon-components/):
|
Documentation for all packages is available on [Iconify documentation website](https://docs.iconify.design/icon-components/):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user