1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

build(deps): migration from yarn to npm

This commit is contained in:
2026-05-16 10:03:59 +00:00
parent a0859576ae
commit 6a8fd0e3e5
7 changed files with 6461 additions and 3671 deletions
+4 -5
View File
@@ -46,7 +46,6 @@ This is a collection of applications, that includes password manager web applica
For development you can use [Dev Containers](https://devcontainers.io/) or [GitHub Codespaces](https://github.com/features/codespaces). Otherwise you will need to install following tools:
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Docker](https://www.docker.com/)
@@ -54,10 +53,10 @@ For development you can use [Dev Containers](https://devcontainers.io/) or [GitH
Here're some commonly used commands:
```bash
yarn install # Install dependencies
yarn dev # Start the development server
yarn lint # Lint the project with ESLint
yarn build # Build the project for production
npm install # Install dependencies
npm run dev # Start the development server
npm run lint # Lint the project with ESLint
npm run build # Build the project for production
```
Modify endpoints in .env file: