-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50ab6f2
commit b31f7ac
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# rusveltoy | ||
The Svelte compiler, rewritten in Rust, but just toy. | ||
|
||
## Reasons | ||
My main reason for doing this, is to compile `Svelte` without `Node.js` and possibly use `Deno` instead. | ||
## Quick Start | ||
|
||
### Work in progress | ||
This is still a big work in progress. I'm mainly working on this for fun and learning. | ||
I came up with the name rustle by combining **rus**t and sve**lte** (ruslte => rustle). The project is open to naming suggestions! | ||
```shell | ||
$ cargo test | ||
``` | ||
|
||
```shell | ||
$ http-server | ||
``` |