Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint authored Oct 18, 2023
1 parent f3ebdff commit 0133ad9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# solidity-by-example.github.io

[Uniswap v4 by Example](https://solidity-by-example.org)
# v4-by-example

### License

Expand All @@ -23,23 +21,23 @@ npm run preview
npm run deploy
```

### Memo

TODO: code split / dynamic imports
TODO: side nav

```shell
# --------------- #
# Utility Scripts #
# --------------- #

## Deploy ##
# For an markdown file, generate it's react page
# md to react
npx ts-node --project ./scripts/tsconfig.json scripts/md-to-react.ts src/pages/array

# md to react all pages
find src/pages -type d -not -path "*/__snapshots__" -exec npx ts-node --project ./scripts/tsconfig.json scripts/md-to-react.ts {} \;

# build routes
# Rebuild routes
npx ts-node --project ./scripts/tsconfig.json scripts/build-routes.ts

# build search index
# Rebuild search index
npx ts-node --project ./scripts/tsconfig.json scripts/build-search-index.ts

## Compile Solidity ##
Expand Down

0 comments on commit 0133ad9

Please sign in to comment.