├── CNAME
├── .gitignore
├── images
├── share.png
├── favicon.png
└── micropython-web-repl.png
├── robots.txt
├── README.md
├── sitemap.xml
├── LICENSE.md
└── index.html
/CNAME:
--------------------------------------------------------------------------------
1 | repl.brilliant.xyz
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # IDE generated files
2 | .vscode/
3 |
4 | # MacOS store
5 | *.DS_Store
--------------------------------------------------------------------------------
/images/share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/brilliantlabsAR/web-bluetooth-repl/main/images/share.png
--------------------------------------------------------------------------------
/images/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/brilliantlabsAR/web-bluetooth-repl/main/images/favicon.png
--------------------------------------------------------------------------------
/images/micropython-web-repl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/brilliantlabsAR/web-bluetooth-repl/main/images/micropython-web-repl.png
--------------------------------------------------------------------------------
/robots.txt:
--------------------------------------------------------------------------------
1 | # Brilliant Labs robots file
2 |
3 | User-agent: *
4 |
5 | Disallow: .gitignore
6 | Disallow: /LICENSE
7 | Disallow: /README.md
8 |
9 | Sitemap: https://repl.brilliant.xyz/sitemap.xml
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Web Bluetooth based MicroPython REPL
2 |
3 | This REPL is based on the Silicon Witchery REPL. Check out the main repository [here](https://github.com/siliconwitchery/web-bluetooth-repl).
4 |
5 | 
--------------------------------------------------------------------------------
/sitemap.xml:
--------------------------------------------------------------------------------
1 |
2 |
MicroPython Web REPL by Brilliant Labs © 40 | 2023
41 | 42 | 65 | 66 |