An open API service indexing awesome lists of open source software.

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

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
```