Skip to content

syncloudsoftech/upiqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upiqr.me

Source code for upiqr.me website.

Development

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.

Installation

Firstly, install project dependencies using below command:

yarn install

Running

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.

Production

To build (and optimize) for production, run below commands:

npm run build

Finally, you can deploy the contents of build folder to server.

Credits

Built with ❤️ love for 🇮🇳 India by Syncloud Softech.