Add more docs to readme, link to github repo in website.

pull/9/head
Atul Varma 2021-02-17 07:41:26 -05:00
rodzic 216b152466
commit 93225e9b6c
2 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,11 @@
All art is by [Nina Paley][]!
This is an attempt by [Nina Paley][] (art) and [Atul Varma][] (code) to tinker
with procedural art.
Right now there is no particular goal other than to explore various ideas.
The project consists of a web site with multiple pages, each of which is
and experiment of some kind.
It can be [viewed online][] or iterated on locally using the instructions below.
## Quick start
@ -32,3 +39,5 @@ npm run deploy
[NodeJS]: https://nodejs.org/en/
[Nina Paley]: https://blog.ninapaley.com/
[Atul Varma]: https://portfolio.toolness.org/
[viewed online]: https://toolness.github.io/mystic-symbolic/

Wyświetl plik

@ -45,6 +45,13 @@ const App: React.FC<{}> = (props) => {
</li>
))}
</ul>
<p>
For more details about this project, see its{" "}
<a href="https://github.com/toolness/mystic-symbolic" target="_blank">
GitHub repository
</a>
.
</p>
</footer>
</>
);