Skip to content

Commit 31e186e

Browse files
committedAug 16, 2024··
fix: README.md outdated to run project locally
1 parent d65bdd2 commit 31e186e

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed
 

‎README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,36 @@ Live website : [https://frontend.mu/](https://frontend.mu/)
88

99
### Prerequisites
1010

11-
[Install pnpm](https://pnpm.io/installation) on your development environment for the best experience.
11+
[Install pnpm](https://pnpm.io/installation) on your development environment for the best experience.
1212

1313
### Dependencies
1414

1515
Use pnpm to install the dependencies.
1616

17-
18-
```
17+
```sh
1918
pnpm install
2019
```
2120

22-
This project uses pnpm workspaces
21+
### Running the project
2322

24-
To run the astro project, run the following command
23+
This project uses `pnpm workspaces`
2524

26-
```
25+
To run the **legacy** astro project locally, run
26+
27+
```sh
2728
pnpm run astro dev
2829
```
2930

30-
### Environment variables
31-
32-
Make a copy of .env.example and rename it to .env.development on your local machine.
31+
To run the **new** Nuxt.js project locally, run
3332

33+
```sh
34+
pnpm run nuxt dev
3435
```
35-
cp .env.example .env.development
36-
37-
```
38-
If you don't do this, the application will fail to start
3936

4037
## Contributing
38+
4139
We welcome contributions! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) file for details on how to get started, submit PRs, and more.
4240

4341
## Community
44-
Join our community on [Discord](https://discord.gg/WxXW9Jvv6k?ref=frontend.mu) if you have any questions or need assistance. We're here to help!
4542

43+
Join our community on [Discord](https://discord.gg/WxXW9Jvv6k?ref=frontend.mu) if you have any questions or need assistance. We're here to help!

0 commit comments

Comments
 (0)
Please sign in to comment.