Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 741 Bytes

Bulk Scratch Registration

Requirements:

  • Node v4.0+
  • NPM v2.7+

Installation:

  1. Clone the repo: git clone https://github.com/farkam135/CCA__Bulk_Scratch_Registration.git bulk-scratch
  2. Change directory: cd bulk-scratch
  3. Install Dependencies: npm install

Building for production:

  1. Ensure you're up to date: git pull && npm install
  2. Run the build step: npm run build

Running the server in production:

  1. Follow the steps above for building
  2. Start the server: npm run start

Development:

  1. Ensure you're up to date: git pull && npm install
  2. Start the serve + watch tasks: npm run dev