Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TinyTapeout/siliwiz
Silicon Layout Wizard
https://github.com/TinyTapeout/siliwiz
Last synced: 3 months ago
JSON representation
Silicon Layout Wizard
- Host: GitHub
- URL: https://github.com/TinyTapeout/siliwiz
- Owner: TinyTapeout
- License: other
- Created: 2022-10-13T18:05:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T21:12:16.000Z (6 months ago)
- Last Synced: 2024-06-30T11:11:15.352Z (4 months ago)
- Language: JavaScript
- Homepage: https://app.siliwiz.com
- Size: 4.05 MB
- Stars: 141
- Watchers: 7
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SiliWiz
[![Build and Lint](https://github.com/TinyTapeout/siliwiz/actions/workflows/ci.yml/badge.svg)](https://github.com/TinyTapeout/siliwiz/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TinyTapeout/siliwiz)SiliWiz is a free educational tool to help you learn the basics of how semiconductors work and manufactured at a fundamental level.
For more information, see the [SiliWiz Lessons website](https://tinytapeout.com/siliwiz/).
## Cloud Development
You can hack on the project by opening it on [Gitpod](https://gitpod.io/#https://github.com/TinyTapeout/siliwiz). This opens a full development environment in your browser, including a code editor, terminal, and a preview pane where you can see your changes in action.
## Local Development
### Prerequisites
- [Node.js](https://nodejs.org/en/) (v16 or later) and NPM (usually comes with Node.js)
### Instructions
1. Clone the repository
2. Run `npm install` to install dependencies
3. Run `npm run dev` to start the development server
4. Open [http://localhost:5173](http://localhost:5173) in your browserEnjoy!
## License
SiliWiz is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for more details.