0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-24 16:29:46 +01:00
svelte/README.md
2019-04-17 23:48:09 -04:00

1.1 KiB

Cybernetically enhanced web apps: Svelte


Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Svelte locally:

git clone git@github.com:sveltejs/svelte.git
cd svelte
npm install
npm run dev

The compiler is written in TypeScript, but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than VSCode you may need to install a plugin in order to get syntax highlighting and code hints etc.

Running Tests

npm run test

For running single tests, you can use pattern matching. For example, to run all the tests involving transitions:

npm run test -- -g transition

License

MIT