www_hero/README.md

29 lines
935 B
Markdown
Raw Normal View History

2024-05-03 04:39:20 +00:00
## Getting started
Make sure that you have [Node.js](https://nodejs.org/en/), [Tailwind CSS](https://tailwindcss.com/docs/installation) and [Flowbite](https://flowbite.com/docs/getting-started/quickstart/) installed.
1. Run `npm install` inside your terminal
2. Watch for files and compile Tailwind CSS + Flowbite:
```
npx tailwindcss -i ./input.css -o ./output.css --watch
```
2024-05-03 04:43:16 +00:00
3. for live preview on localhost, Run below:
2024-05-03 04:39:20 +00:00
```
npm run start
```
Alternatively you can also just directly copy this code into your own projects, whether you use Laravel, React, Vue.js or other frameworks.
## About us
### Hero Labs
Hero Labs provides a decentralized autonomous cloud technologies that allows anyone to become a cloud service provider.
We aims to create a cloud where people and organizations can buy, sell, and use cloud resources autonomously,enable individuals to earn by providing compute, network, and storage capacity.