https://github.com/benmukebo/capgemini-clone
https://github.com/benmukebo/capgemini-clone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmukebo/capgemini-clone
- Owner: BenMukebo
- License: mit
- Created: 2023-05-20T21:42:12.000Z (about 3 years ago)
- Default Branch: feature
- Last Pushed: 2023-05-26T12:11:01.000Z (about 3 years ago)
- Last Synced: 2025-02-23T00:43:45.799Z (over 1 year ago)
- Language: CSS
- Homepage: https://capgemini-clone-bkm7.vercel.app
- Size: 7.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# capgemini-clone
## Install
### Tailwindcss setup
- [Get started with Tailwind CSS](https://tailwindcss.com/docs/installation)
```bash
$ npm init
$ npm install -D tailwindcss
$ npx tailwindcss init
# Start the Tailwind CLI build process
$ npx tailwindcss -i ./src/input-style.css -o ./public/output-style.css --watch
$ npm run watch-css
$ npm run dev
```