Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.58 KB

File metadata and controls

52 lines (39 loc) · 1.58 KB

Cloud Software ©Dec 2023

Clone repo

git clone https://github.com/cloudsoftwareoff/maali

cd to the folder

cd maali

Server Setup

install dependencies

npm install

run server

open server folder

cd server

Start server

npx nodemon or node index.js

Client Setup

install Reactjs

npm install -g create-react-app

open folder

cd client

install dependencies

npm install

Start Client

npm start

🛡 Intellectual Property Rights

  1. The Developer shall retain all rights, title, and interest in any pre-existing intellectual property incorporated into the Website, including but not limited to software, graphics, and content.
  2. Upon full payment of the Total Fee, the Developer grants the Client a non-exclusive, perpetual, worldwide license to use, display, and modify the Website and its content

Creative Commons Attribution-NonCommercial 4.0 International License

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial — You may not use the material for commercial purposes.

For a full copy of the license, visit http://creativecommons.org/licenses/by-nc/4.0/legalcode.