Skip to content

Commit 2cad7dc

Browse files
authored
Update README.md
1 parent cafd56e commit 2cad7dc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# TuxLab Community Courses
1+
# [TuxLab Community Courses](http://tuxlab.org)
2+
Platform for creating Interactive Linux Courses. This repository contains open source Labfiles for use in your own courses.
23

34
## Available Libraries
5+
TuxLab App includes a number of libraries within the runtime for use in developing you application:
6+
7+
__bluebird (Promise)__
8+
```
9+
No Import Neccessary
10+
```
411

512
__lodash__
613
```
714
import * as _ from "lodash";
815
```
916

1017
## Building
18+
The course repository allows for writing courses using typescript. You can compile these labs using the following command:
19+
```
20+
npm install
21+
npm run build
22+
23+
```

0 commit comments

Comments
 (0)