Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naandalist/naandalist.github.io
- Owner: Naandalist
- Created: 2024-02-19T14:41:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T15:10:10.000Z (11 months ago)
- Last Synced: 2024-12-30T21:25:21.522Z (4 days ago)
- Topics: naandalist
- Language: CSS
- Homepage: https://naandalist.github.io/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/.