https://github.com/koachcode/servo-life
This is a health care website
https://github.com/koachcode/servo-life
Last synced: 3 months ago
JSON representation
This is a health care website
- Host: GitHub
- URL: https://github.com/koachcode/servo-life
- Owner: koachcode
- Created: 2023-04-20T20:02:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T19:57:19.000Z (about 3 years ago)
- Last Synced: 2026-01-27T06:40:16.905Z (3 months ago)
- Language: HTML
- Size: 8.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing out tailwind Css
This is the project (Servo Life) built with tailwind to capture **just Desktop** view as it is my first try with tailwindcss
## Preview Image

## Live Link
[Live Link](https://ginohmk.github.io/Servo-Life/)
## Initial setup
1. Locally clone your forked version to begin working on the project.
```bash
git clone git@github.com:Ginohmk/Servo-Life.git
cd Servo-Life.git
```
2. Run
```bash
npm install
```
3. Run
```bash
npm watch
```
4. Open in live server
### Project files
1. These are the files relevant for the current project:
```bash
.
├── tailwind.config.js
├── README.md
├── dist
├── src
├── asset
├── images
├── index.html
├── styles.css
```