We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafd56e commit 2cad7dcCopy full SHA for 2cad7dc
README.md
@@ -1,10 +1,23 @@
1
-# TuxLab Community Courses
+# [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.
3
4
## 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
11
12
__lodash__
13
```
14
import * as _ from "lodash";
15
16
17
## 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