-
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
7315be5
commit 86418cb
Showing
33 changed files
with
20,771 additions
and
10,138 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/node_modules/ | ||
/dist/ | ||
/.vscode/ | ||
.DS_Store |
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 +1,34 @@ | ||
# autonomousSwap | ||
STTV - Svelte / Typescript / Tailwind / Vite Template | ||
===================================================== | ||
|
||
Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest. | ||
|
||
Installation | ||
------------ | ||
|
||
``` | ||
npx degit "srmullen/sttv#main" my_app | ||
cd my_app | ||
npm install | ||
``` | ||
|
||
Scripts | ||
------- | ||
|
||
### Start a development server | ||
|
||
`npm run dev` | ||
|
||
### Run tests | ||
|
||
`npm run test` | ||
or | ||
`npm run test:watch` | ||
|
||
### Build the application | ||
|
||
`npm run build` | ||
|
||
### Serve the application | ||
|
||
`npm run serve` |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# autonomousSwap |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.