From 93225e9b6c57a2253752fbfdda8e2045d7dfaf3e Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Wed, 17 Feb 2021 07:41:26 -0500 Subject: [PATCH] Add more docs to readme, link to github repo in website. --- README.md | 11 ++++++++++- lib/browser-main.tsx | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 218aa3e..ef1fb57 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/lib/browser-main.tsx b/lib/browser-main.tsx index b853dbe..b6858dd 100644 --- a/lib/browser-main.tsx +++ b/lib/browser-main.tsx @@ -45,6 +45,13 @@ const App: React.FC<{}> = (props) => { ))} +

+ For more details about this project, see its{" "} + + GitHub repository + + . +

);