Source code for upiqr.me website.
To start developing with the code, please make sure to have Node.js and Yarn installed on your workstation. Once done, download/clone the code and follow below steps.
Firstly, install project dependencies using below command:
yarn install
Then you can run the project locally using below command:
npm start
You should now be able to access http://localhost:3000 in a browser.
To build (and optimize) for production, run below commands:
npm run build
Finally, you can deploy the contents of build folder to server.
Built with ❤️ love for 🇮🇳 India by Syncloud Softech.