Photo-Contest Webapp based on Airtable and Airtable API.
- Install node.js
- Install npm
Call initially in root directory of the project:
npm install
Start local live preview by Browsersync.io by following command in project root directory:
npm start
All changes will be updated automatically in opened browser.