Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pokedotdev/wp-theme

Simple WordPress Theme - Vite, TypeScript & TailwindCSS
https://github.com/pokedotdev/wp-theme

docker docker-compose tailwindcss typescript vite vitejs wordpress wordpress-theme wp-theme

Last synced: 16 days ago
JSON representation

Simple WordPress Theme - Vite, TypeScript & TailwindCSS

Awesome Lists containing this project

README

        

# WordPress Theme

A simple WordPress theme template with Docker Compose, Vite, TailwindCSS & TypeScript.

## Setup

Create Docker container

```sh
docker-compose -p project-name up -d
```

Install dependencies

```sh
pnpm install
```

Run Vite in development mode.

```sh
pnpm dev
```