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

https://github.com/h2xd/deex

Codename: Deex (DX) - Custom Web Application developer tools to allow us to hack ourselfs. Imagine autofilling forms while doing manual testing or flushing data from localStorage without going to the terminal and adding integrations that boost that behaviour.
https://github.com/h2xd/deex

dx tooling web

Last synced: about 1 year ago
JSON representation

Codename: Deex (DX) - Custom Web Application developer tools to allow us to hack ourselfs. Imagine autofilling forms while doing manual testing or flushing data from localStorage without going to the terminal and adding integrations that boost that behaviour.

Awesome Lists containing this project

README

          

# deex
Custom Web Application developer tool to allow us to hack ourselfs. Imagine autofilling forms while doing manual testing or flushing data from localStorage without going to the terminal and adding integrations that boost that behaviour.

## Requirements

Install the following tool to get started.

### Node Version Manager

To manage the node version of the project we use NVM.
You can find installation guides in the [official NVM repository](https://github.com/nvm-sh/nvm#installing-and-updating)

```bash
# Install and use project node version
nvm install && nvm use
```

### PNPM

We use PNPM as our package manager to enable the monorepo.

```bash
corepack enable
corepack prepare pnpm@latest --activate
```