Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naandalist/naandalist.github.io

Naandalist's personal website
https://github.com/naandalist/naandalist.github.io

naandalist

Last synced: 4 days ago
JSON representation

Naandalist's personal website

Awesome Lists containing this project

README

        

# Naandalist's Personal Website

[![Hits](https://hits.sh/github.com/Naandalist/hits.svg)](https://hits.sh/github.com/Naandalist/naandalist.github.io)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Naandalist/naandalist.github.io)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Naandalist/naandalist.github.io)

This is simple setup to develop website projects using Tailwind. This will be used in my personal website.

## Usage

Install dependencies

```
npm install
```

Run Tailwind CLI in watch mode

```
npm run watch
```

Now can use tailwind classes in any .html files in the root directory

Put any custom CSS that you may have in the **src/input.css** file

Add any config values to the **tailwind.config.js** file

To build once, run 🚀

```
npm run build
```

This HTML and the CSS file (style.css) are already live at https://naandalist.github.io/.