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.
- Host: GitHub
- URL: https://github.com/h2xd/deex
- Owner: h2xd
- License: mit
- Created: 2023-07-13T20:11:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T10:07:57.000Z (over 2 years ago)
- Last Synced: 2024-01-20T11:24:46.021Z (over 2 years ago)
- Topics: dx, tooling, web
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```