Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ npm run dev

And your website will start up.

**Note - make sure to install live-server globally as a dependancy or it will not work**

```bash
npm install -g live-server
```

## Modifying the project

You can then modify the `tailwind.config.js` for your own custom colors if needed
Expand All @@ -36,3 +30,9 @@ And modify the `index.html` inside the `src` directory.

If you're interested to read more about this project.
Check out the article I wrote on [HTML Tailwind starter](https://daily-dev-tips.com/posts/plain-html-starter-with-tailwind-css/)

## Vscode Extentions for better experiance

- Tailwind CSS IntelliSense
- Prettier - Code formatter
- PostCSS Language Support
Loading