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
- Host: GitHub
- URL: https://github.com/pkitazos/bs-code
- Owner: pkitazos
- Created: 2023-11-20T12:01:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T15:38:27.000Z (over 2 years ago)
- Last Synced: 2024-04-16T02:01:57.143Z (about 2 years ago)
- Topics: react, uni
- Language: TypeScript
- Homepage: https://bs-code.vercel.app
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)