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

https://github.com/dylanblokhuis/svelte-wordpress-plugin

A boilerplate for developing WordPress plugins with Svelte
https://github.com/dylanblokhuis/svelte-wordpress-plugin

Last synced: about 15 hours ago
JSON representation

A boilerplate for developing WordPress plugins with Svelte

Awesome Lists containing this project

README

        

# svelte-wordpress-plugin

## Install dependencies

```bash
yarn
```
or use NPM
```bash
npm install
```

# Getting started
1. ``yarn run dev`` or ``yarn run build``
2. Activate the plugin in your WordPress admin
3. If your homepage shows "Bar" it works!