https://github.com/codeat3/talksatconfs-ui
scratch work for html + tailwindcss setup for talksatconfs.com
https://github.com/codeat3/talksatconfs-ui
Last synced: about 2 months ago
JSON representation
scratch work for html + tailwindcss setup for talksatconfs.com
- Host: GitHub
- URL: https://github.com/codeat3/talksatconfs-ui
- Owner: codeat3
- Created: 2019-10-08T07:45:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:05:30.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:33:12.720Z (4 months ago)
- Language: HTML
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### talksatconfs.com
This repo is the scratch work for the initial design for talksatconfs.com. Trying to get used to tailwindcss is the main motto of this.These are the learning steps and follows bare minimum steps instructed by [adamwathan](https://github.com/adamwathan/) in his [tailwind screencast](https://tailwindcss.com/screencasts/).
#### Want to try out
Follow the following commands to get it started.##### Step 1:
Clone the repo
```git
git clone https://github.com/codeat3/talksatconfs-ui.git
```##### Step 2:
Install all the packages
```js
npm install
```##### Step 3:
Run the build process to generate a css
```js
npm run build
```