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

https://github.com/fedort22/sandbox-chrome-extension

sandbox-chrome-extension for testing @sentry integration
https://github.com/fedort22/sandbox-chrome-extension

sentry sentry-browser sentry-react

Last synced: 21 days ago
JSON representation

sandbox-chrome-extension for testing @sentry integration

Awesome Lists containing this project

README

          

# sandbox-chrome-ext

## Getting Started

### Project setup

Use the same node version:

```sh
nvm use
```

Install exact dependencies' versions:

```sh
npm ci
```

### Environment variables

Rename `.env.local.example` file to `.env..local`, fill in the values.

```sh
mv .env.[mode].local.example .env..local.example
```

### Development

```sh
npm run dev
```

### Build

Run build for your local environment, e.g:

```sh
npm run compose-build:production
```