Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/euler-spiral-explanation
Illustrated explanation of the Euler spiral
https://github.com/xixixao/euler-spiral-explanation
Last synced: 8 days ago
JSON representation
Illustrated explanation of the Euler spiral
- Host: GitHub
- URL: https://github.com/xixixao/euler-spiral-explanation
- Owner: xixixao
- Created: 2021-09-06T19:31:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T00:25:57.000Z (over 2 years ago)
- Last Synced: 2024-11-14T20:47:48.991Z (2 months ago)
- Language: HTML
- Size: 377 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building roughly:
```sh
npx snowpack build
mv build/* docs/
# Ignore errors
# Revert CSS as its gone crazy
rm -r build
```