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: README.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,33 @@
1
-
# [FreeMath](http://freemathapp.org)
1
+
# [Free Math](http://freemathapp.org)
2
2
3
3
Free Math is an open source offline React web application for managing digital math homework.
4
+
5
+
[freemathapp.org](http://freemathapp.org)
6
+
7
+
Join our revolution, Free Math has already been used by tens of thousands of students and teachers
8
+
to improve communication and feedback in their math classes.
9
+
10
+
# Building
11
+
12
+
Install dependencies and start the development server:
13
+
```sh
14
+
$ npm install
15
+
$ npm start
16
+
```
17
+
18
+
Run the unit tests:
19
+
```sh
20
+
$ npm install
21
+
$ npm run tests
22
+
```
23
+
24
+
Build a minified production version:
25
+
```sh
26
+
$ npm install
27
+
$ npm run tests
28
+
```
4
29
5
-
# Contact the Developer
6
-
I am currently looking for classes to pilot the software, if you would like to discuss how you could use Free Math in your classroom send me a message at this address.
30
+
# Contact the Maintainers
7
31
developers@freemathapp.org
8
32
9
33
Follow the project <ahref="https://www.facebook.com/freemathapp">facebook</a> <ahref="https://twitter.com/freemathapp">twitter</a>
Free Math is open source, which means the source code of the site is available to
253
+
view, modify and redistribute under the terms of the <spanstyle="white-space: nowrap;"><ahref="http://www.gnu.org/licenses/">GNU Public License</a>.</span>
254
+
<br/>
255
+
<br/>
256
+
Help us build our revolution, Free Math has already been used by tens of thousands of students and teachers
257
+
to help improve feedback and discussion in their classes.
0 commit comments