forked from hero/www_hero
33 lines
1004 B
Markdown
33 lines
1004 B
Markdown
|
||
## Getting started
|
||
|
||
This responsive website is built using Tailwind CSS and Flowbite.
|
||
|
||
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
|
||
```
|
||
|
||
3. for live preview on localhost, Run below:
|
||
|
||
```
|
||
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. |