switch from pnpm to npm as package manager

This commit is contained in:
Amruth Pillai 2022-03-02 20:46:14 +01:00
parent 295172687b
commit a30011e841
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
3 changed files with 46594 additions and 14446 deletions

View File

@ -37,10 +37,10 @@ git clone https://github.com/AmruthPillai/Reactive-Resume.git
cd Reactive-Resume
```
2. I prefer to use `pnpm`, but you can use anything to install dependencies (`npm`/`yarn`)
2. I prefer to use `npm`, but you can use anything to install dependencies (`pnpm`/`yarn`)
```
pnpm install
npm install
```
3. Copy the .env.example files to .env in multiple locations and fill it with values according to your setup
@ -60,7 +60,7 @@ docker-compose up -d
5. Run the project and start building!
```
pnpm start
npm start
```
## Contributing

46591
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff