Skip to content

Deakte/anotherw3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3-react aka anotherw3

Warning: pre-alpha code!

Getting Started

  • yarn
  • yarn bootstrap
  • yarn start

In addition to compiling each package in watch mode, this will also spin up an example app on http://localhost:3000/.

Useful Commands

Add a dependency

  • yarn lerna add <DEPENDENCY> --scope <SUBPACKAGE>

Remove a dependency

  • Delete the relevant package.json entry

Because of a lerna bug, it's not possible to prune yarn.lock programmatically, so regenerate it manually:

  • rm -f packages/<SUBPACKAGE>/yarn.lock
  • yarn clean --scope SUBPACKAGE
  • yarn bootstrap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors