Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 535 Bytes

Contributing to Nextein

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Getting Started

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install
  3. Run npm link to link the local repo to NPM
  4. Run npm run build to build for code changes
  5. Then npm link this repo inside any example app with npm link nextein