Bulk Scratch Registration Requirements: Node v4.0+ NPM v2.7+ Installation: Clone the repo: git clone https://github.com/farkam135/CCA__Bulk_Scratch_Registration.git bulk-scratch Change directory: cd bulk-scratch Install Dependencies: npm install Building for production: Ensure you're up to date: git pull && npm install Run the build step: npm run build Running the server in production: Follow the steps above for building Start the server: npm run start Development: Ensure you're up to date: git pull && npm install Start the serve + watch tasks: npm run dev