https://github.com/privoce/alora
Smart Cookie Manager
https://github.com/privoce/alora
Last synced: 4 months ago
JSON representation
Smart Cookie Manager
- Host: GitHub
- URL: https://github.com/privoce/alora
- Owner: Privoce
- License: agpl-3.0
- Created: 2020-05-25T00:27:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:11:57.000Z (over 3 years ago)
- Last Synced: 2025-04-23T19:07:23.829Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.34 MB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alora
To install dependencies, run:
```shell script
npm install
```
To start the DevSever with HMR and Auto-CRX-Reload, run:
```shell script
npm run start
```
To build for release purpose, run:
```shell script
npm run build
```