File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 5
5
## Contribute
6
6
7
7
``` 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
10
16
11
- $ pnpm run dev
12
17
# Use pnpm run sass:FILENAME for live sass compiler
13
18
14
- $ pnpm run build
19
+ # Build
20
+ pnpm run cd
15
21
```
16
22
17
23
## Coding Guide
@@ -27,14 +33,13 @@ V2 is therefore called *Korolev* since he designed the first rocket and took us
27
33
28
34
- Add postcss for vendor prefixes (autoprefixer)
29
35
- 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
31
36
- Host images in publicly accessible links, google redirects cannot be preloaded and look SHIT.
32
37
33
- ## Tests
38
+ ### Tests
34
39
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.
37
42
38
43
## Docs
39
44
40
- For contribution help, please refer to the [ DOCS.md] ( ./DOCS.md ) .
45
+ For contribution help, please refer to the [ DOCS.md] ( ./DOCS.md ) .
You can’t perform that action at this time.
0 commit comments