Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinarskii/solid-tinarskii.com

Tinnaphat's website
https://github.com/tinarskii/solid-tinarskii.com

Last synced: 9 days ago
JSON representation

Tinnaphat's website

Awesome Lists containing this project

README

        



logo


Hardtail



Template for building SolidJS web application with Tailwind CSS faster!



# Setup

First you could clone or fork this project or repository to your local machine.
By using `git` or `degit` commands

Git: `git clone https://github.com/thevvx/hardtail.git`
Degit: `degit tihevvx/hardtail`

Then you need to install all required dependencies with pnpm (preferred) or yarn.
By running `pnpm install` or `yarn` you will get all required dependencies.

After that you could run `pnpm dev` or `yarn dev` to start the development server.

# What's included

- [SolidJS](https://solidjs.com/) that is built with [Vite](https://vitejs.org/)
- [Tailwind CSS v3](https://tailwindcss.com/)
- [Ko-Fi Buttons](https://ko-fi.com/)
- [Font Awesome](https://fontawesome.com/)
- [Google Fonts](https://fonts.google.com/)

# Features

- [ ] A dark mode theme support
- [x] A basic modal component
- [ ] Customizable error page
- [x] Responsive design out of the box
- [x] LocalStorage support
- [ ] Cool modal transitions
- [ ] Testing library
- [x] Prettier and ESLint support