Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arma73/wh_cypher
https://github.com/arma73/wh_cypher
chrome-extension monorepo oop react yarn-workspaces
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arma73/wh_cypher
- Owner: arma73
- Created: 2023-04-06T08:59:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T09:41:45.000Z (about 1 year ago)
- Last Synced: 2024-11-09T21:07:50.675Z (3 months ago)
- Topics: chrome-extension, monorepo, oop, react, yarn-workspaces
- Language: TypeScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started 🔧
### Install the package:
Using `yarn`
```
yarn
```## Run 🚀
### Build
```
cp extension/@browsers/chrome/.env.example extension/@browsers/chrome/.env
``````
yarn build
```