File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -8,38 +8,36 @@ Live website : [https://frontend.mu/](https://frontend.mu/)
8
8
9
9
### Prerequisites
10
10
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.
12
12
13
13
### Dependencies
14
14
15
15
Use pnpm to install the dependencies.
16
16
17
-
18
- ```
17
+ ``` sh
19
18
pnpm install
20
19
```
21
20
22
- This project uses pnpm workspaces
21
+ ### Running the project
23
22
24
- To run the astro project, run the following command
23
+ This project uses ` pnpm workspaces `
25
24
26
- ```
25
+ To run the ** legacy** astro project locally, run
26
+
27
+ ``` sh
27
28
pnpm run astro dev
28
29
```
29
30
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
33
32
33
+ ``` sh
34
+ pnpm run nuxt dev
34
35
```
35
- cp .env.example .env.development
36
-
37
- ```
38
- If you don't do this, the application will fail to start
39
36
40
37
## Contributing
38
+
41
39
We welcome contributions! Please see our [ CONTRIBUTING.md] ( CONTRIBUTING.md ) file for details on how to get started, submit PRs, and more.
42
40
43
41
## 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!
45
42
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!
You can’t perform that action at this time.
0 commit comments