0.0.16 • Published 6 years ago

canfeit v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

canfeit

Canfeit Home

Install

yarn add canfeit

Usage

  • Publish:npm run pro
# Install Node.js Version Manager(nvm)
# Linux/macOS
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
# Windows
https://github.com/coreybutler/nvm-windows/releases

# Install Node.js&npm
# Linux/macOS
nvm install node&nvm use node
# Windows
nvm install latest

# Install Yarn
# macOS
brew install yarn --without-node
# Windows
https://yarnpkg.com/latest.msi

# Install Meteor
# Linux/macOS
curl https://install.meteor.com/ | sh
# Windows
https://install.meteor.com/windows