An open API service indexing awesome lists of open source software.

https://github.com/pkitazos/bs-code

mock code editor to demo vscode extension as part of HCI group project @ UofG
https://github.com/pkitazos/bs-code

react uni

Last synced: about 1 month ago
JSON representation

mock code editor to demo vscode extension as part of HCI group project @ UofG

Awesome Lists containing this project

README

          

## For Devs

### Getting Started

If you don't have `pnpm` isntalled, you can run the following to install it globally:

```sh
npm i -g pnpm
```

You can then run `pnpm i` to install all the dependencies.

### Libraries in use

- [Tailwindcss](https://tailwindcss.com/) (install VSCode [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) to make your life easier)
- [Lucide](https://lucide.dev/icons/) (in case you need any icons for any components you're building)