Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 880 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 880 Bytes

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.