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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user