0.1.0 • Published 8 years ago

hello-syw v0.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
8 years ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • This is testing
  • Version 0.1.0

Pre-requisites

Before getting started, make sure you have a specific version of Node.js installed. The boron LTS is an ideal starting point.

nvm install --lts=boron
nvm use --lts=boron

Also install yarn as dependency management tool. Detail about the installation

brew install yarn --ignore-dependencies

How do I get set up?

  • Clone Repo

  • Install dependencies

yarn install
  • Start a web server
yarn run start
  • Check the web server link on any browsers
http://localhost:3000/
  • How to run tests
yarn run test
  • How to build
yarn run build
  • TODO Deployment instructions
yarn run deploy

Contribution guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

Code standard

  • Branch name

Every function need a new branch, please following the name formating downbelow:

Feature/dropdown (such as the development of new modules dropdown)

Bugfix/dropdown-not-work-on-ie (such as repair dropdown does not work on ie)

Spike/animation (such as trying a animation)

Plugins

0.1.0

8 years ago