Skip to content

Commit 87892cf

Browse files
committed
Add note on homepage about open source, update readme
1 parent 02af0b3 commit 87892cf

2 files changed

Lines changed: 46 additions & 3 deletions

File tree

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
1-
# [FreeMath](http://freemathapp.org)
1+
# [Free Math](http://freemathapp.org)
22

33
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+
```
429

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
731
developers@freemathapp.org
832

933
Follow the project <a href="https://www.facebook.com/freemathapp">facebook</a> <a href="https://twitter.com/freemathapp">twitter</a>

public/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,25 @@ <h3>
245245
</form>
246246
</div>
247247
</div>
248+
<div class="homepage-wrapper" style="padding-top:100px">
249+
<div class="homepage-text homepage-center">
250+
<h2>Get Involved</h2>
251+
<p>
252+
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 <span style="white-space: nowrap;"><a href="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.
258+
<br />
259+
<br />
260+
<a href="https://github.com/jaltekruse/Free-Math/issues" target="_blank" rel="noopener noreferrer">
261+
Report Bug or Request Feature</a><br />
262+
<a href="https://github.com/jaltekruse/Free-Math" target="_blank" rel="noopener noreferrer">
263+
Source Code</a>
264+
</div>
265+
</p>
266+
</div>
248267
<div class="homepage-wrapper" style="padding-top:100px">
249268
<div class="homepage-text homepage-center">
250269
<h2>Office Hours</h2>

0 commit comments

Comments
 (0)