|
@@ -5,14 +5,14 @@
|
|
|
To get started with this app, first install the npm dependencies:
|
|
To get started with this app, first install the npm dependencies:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-npm install
|
|
|
|
|
|
|
+pnpm install
|
|
|
cp .env.example .env.local
|
|
cp .env.example .env.local
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Next, run the development server:
|
|
Next, run the development server:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-npm run dev
|
|
|
|
|
|
|
+pnpm run dev
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
|
|
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
|