/svelte-motivational-quotes-for-c3

Shows a motivational quote when you launch Construct 3.

Primary LanguageJavaScriptMIT LicenseMIT

Motivational quotes for c3 (with Svelte)

Shows a motivational quote when you launch Construct 3.

animation

Get started

Note that you will need to have Node.js installed.

Go to the folder

cd .\chrome-extension\

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Building and running in production mode

To create a version of the app:

npm run build