Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wokwi/wokwi-docs
Documentation for the Wokwi Simulator
https://github.com/wokwi/wokwi-docs
arduino raspberry-pi-pico simulation
Last synced: 1 day ago
JSON representation
Documentation for the Wokwi Simulator
- Host: GitHub
- URL: https://github.com/wokwi/wokwi-docs
- Owner: wokwi
- License: mit
- Created: 2021-02-27T22:24:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T08:48:43.000Z (7 months ago)
- Last Synced: 2024-05-19T09:39:19.746Z (7 months ago)
- Topics: arduino, raspberry-pi-pico, simulation
- Language: JavaScript
- Homepage: https://docs.wokwi.com
- Size: 2.64 MB
- Stars: 115
- Watchers: 13
- Forks: 289
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wokwi-docs
View online: https://docs.wokwi.com
## Online Development
You can open a development environment in your browser, without having to install anything on your computer. The development environment lets you quickly preview your changes, and even commit them to GitHub and create a pull request.
* [Open online dev environment on StackBlitz](https://stackblitz.io/github/wokwi/wokwi-docs)
* [Open online dev environment on Gitpod](https://gitpod.io/#https://github.com/wokwi/wokwi-docs) - requires a GitHub login## Local Development
You'll need [node.js](https://nodejs.org/) and npm.
Clone this repo to your computer, then install the dependencies:```console
npm install
```Start the local development server:
```console
npm start
```This will also open up a browser window with the docs site. Most changes are reflected live without having to restart the server.
## License
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).