tailwindlabs / tailwindcss-setup-examples

674 stars 173 forks source link

Svelte update setup instructions in readme #31

Open leonhusmann opened 5 years ago

leonhusmann commented 5 years ago

The setup instruction in the readme file wasn't in sync with the package.json and not valid anymore.

Before:

> run-p start:dev autobuild watch:build

ERROR: Task not found: "watch:build"

After:

Your application is ready~!

heliosnarcissus commented 4 years ago

I still get this Task not found: "start:dev", autobuid

heliosnarcissus commented 4 years ago

do I have to NPM install something?