You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To start contributing, create a fork from our repo and send a PR. Refer to [this
16
16
17
17
The frontend comes with an extensive test suite. To run the tests after you made your modifications, run
18
18
`yarn test`. Regression tests are run automatically when you want to push changes to this repository.
19
-
The regression tests are generated using `jest` and stored as snapshots in `src/\_\_tests\_\_`. After modifying the frontend, carefully inspect any failing regression tests reported in red in the command line. If you are convinced that the regression tests and not your changes are at fault, you can update the regression tests by running:
19
+
The regression tests are generated using `jest` and stored as snapshots in `src/\_\_tests\_\_`. After modifying the frontend, carefully inspect any failing regression tests reported in red in the command line. If you are convinced that the regression tests and not your changes are at fault, you can update the regression tests by running:
It will be replaced with the URL of the `public` folder during the build.
23
30
Only files inside the `public` folder can be referenced from the HTML.
@@ -26,16 +33,17 @@
26
33
work correctly both with client-side routing and a non-root public URL.
27
34
Learn how to configure a non-root public URL by running `npm run build`.
28
35
-->
29
-
<title>Source Academy</title>
30
-
<metaname="description" content="Immersive experiential environment for learning programming, developed in the School of Computing at the National University of Singapore." />
31
-
</head>
36
+
<title>Source Academy</title>
37
+
<meta
38
+
name="description"
39
+
content="Immersive experiential environment for learning programming, developed in the School of Computing at the National University of Singapore."
40
+
/>
41
+
</head>
32
42
33
-
<body>
34
-
<noscript>
35
-
You need to enable JavaScript to run this app.
36
-
</noscript>
37
-
<divid="root"></div>
38
-
<!--
43
+
<body>
44
+
<noscript> You need to enable JavaScript to run this app. </noscript>
45
+
<divid="root"></div>
46
+
<!--
39
47
This HTML file is a template.
40
48
If you open it directly in the browser, you will see an empty page.
41
49
@@ -44,7 +52,5 @@
44
52
45
53
To begin the development, run `npm start` or `yarn start`.
46
54
To create a production bundle, use `npm run build` or `yarn build`.
0 commit comments