Skip to content

Commit

Permalink
docs: basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed May 20, 2024
1 parent e28bf86 commit 749b8a2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 749b8a2

Please sign in to comment.