Skip to content

Commit

Permalink
startedd front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Oct 18, 2023
1 parent 7315be5 commit 86418cb
Show file tree
Hide file tree
Showing 33 changed files with 20,771 additions and 10,138 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ coverage
coverage.json
typechain
typechain-types
/node_modules/
/dist/
/.vscode/
.DS_Store


# Hardhat files
cache
Expand Down
4 changes: 4 additions & 0 deletions .gitignore copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/node_modules/
/dist/
/.vscode/
.DS_Store
35 changes: 34 additions & 1 deletion README.md
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.
1 change: 1 addition & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# autonomousSwap
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 86418cb

Please sign in to comment.