All web apps of the kloudlite.io is maintained from this repo.
Report Bug
·
Request Feature
Table of Contents
As this is web app. it's built on html, css and Javascript. all the frameworks, libraries used in this project listed below.
For more information about the libraries and frameworks used in this project. you can visit the
package.json
file.
And this repo contains all the web apps. like: auth, console, accounts, socket, website.
- npm
- pnpm
- taskgo
- docker
- Clone the repo
git clone [email protected]:kloudlite/web.git
- Install NPM packages
pnpm install
To start the application in development mode. simply execute the command:
task app={app-name} tscheck={yes/no}
To Build the application. simply execute the command:
task build app={app-name}
To Run the application. simply execute the command:
task run app={app-name}
To Build Docker Image of the application. simply execute the command:
task docker-build app={app-name} tag={tag-name}
visit the
package.json
file orTaskfile.yaml
file for more information about the commands.
- Fork the Project
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request