Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a42d8658eedb93e050fab0f6dd1fa331113b619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#### No longer maintained

The Bootstrap server is now handled via all client-side JavaScript within the main Bootstrap repo.

-----

## [Bootstrap](http://getbootstrap.com) Server <3

The bootstrap server is responsible for backing the custom builds from bootstrap's download page.

It serves zip files containing custom built and minified css and js.

## Quick start

install dependencies
```
$ npm install
```

start server
```
$ node .
```

run tests
```
$ node tests
```

## Authors

**Jacob Thornton**

+ http://github.com/fat

## License

Copyright 2013 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0