Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.33 KB

index.md

File metadata and controls

31 lines (23 loc) · 1.33 KB
layout title has_toc nav_order
default
Library Maintenance
false
5

{% include header.html %}

Library Maintainance

Recommended Tools

Recommended package manager is yarn. While npm can be also used, we find that it occasionally breaks and requires deleting the whole node_modules folder and all lock files and reinstalling all packages.

The recommended IDE is Microsoft VS Code, with the following extensions:

The recommended local NPM registry is Verdaccio. It is very simple to install and configure, and it allows you to test publishing of NPM modules locally without exposing your unfinished work to the whole world.

Development Guides