Skip to content

Commit 398d553

Browse files
authored
Update README.md
1 parent 7be2dfa commit 398d553

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
## Contribute
66

77
```bash
8-
$ pnpm i
9-
# pnpm also works
8+
git clone https://github.com/SEDSCelestiaBPGC/Korolev
9+
cd Korolev
10+
11+
# Install dependecies
12+
pnpm i
13+
14+
# Start dev server
15+
pnpm run dev
1016

11-
$ pnpm run dev
1217
# Use pnpm run sass:FILENAME for live sass compiler
1318

14-
$ pnpm run build
19+
# Build
20+
pnpm run cd
1521
```
1622

1723
## Coding Guide
@@ -27,14 +33,13 @@ V2 is therefore called *Korolev* since he designed the first rocket and took us
2733

2834
- Add postcss for vendor prefixes (autoprefixer)
2935
- Fetch any very large data files during build, don't ship. Ex Astronomical Events.
30-
- Create build script to update /meta and then npm run build
3136
- Host images in publicly accessible links, google redirects cannot be preloaded and look SHIT.
3237

33-
## Tests
38+
### Tests
3439

35-
- Create Browser test to check for all files update
36-
- Create Compiler test to check all components
40+
- Create Browser test to check for all files update.
41+
- Create Compiler test to check all components.
3742

3843
## Docs
3944

40-
For contribution help, please refer to the [DOCS.md](./DOCS.md).
45+
For contribution help, please refer to the [DOCS.md](./DOCS.md).

0 commit comments

Comments
 (0)