Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissmanu/firefox-csp-lit
https://github.com/swissmanu/firefox-csp-lit
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swissmanu/firefox-csp-lit
- Owner: swissmanu
- Created: 2021-07-27T08:36:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T09:08:11.000Z (over 3 years ago)
- Last Synced: 2024-12-09T09:18:04.006Z (18 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction Example for [lit#2025](https://github.com/lit/lit/issues/2025)
## Usage
1. Start Docker container:
```
docker run --it -rm -p 3000:80 ghcr.io/swissmanu/firefox-csp-lit:latest
```2. Access http://localhost:3000
## Build
```
yarn build
docker build -t demo ./
docker run --it rm -p 3000:80 demo
```