From 749b8a27076379457a0ec98d3cd811b6f74185e4 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 20 May 2024 22:59:34 +0300 Subject: [PATCH] docs: basic README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77d3eb8 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Tiny Tapeout VGA Playground + +Online version: https://tinytapeout.github.io/vga-playground/ + +Write an run verilog code to generate VGA signals in the browser, then manufacture your project with [Tiny Tapeout](https://tinytapeout.com/). + +## Development + +You'll need to have [Node.js](https://nodejs.org) installed on your computer and clone this repository. + +Then you can install the dependencies and run the development server: + +```bash +npm install +npm start +``` + +To view the playground, open `http://localhost:5173` in your browser.