-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
878ae08
commit 457b560
Showing
20 changed files
with
151 additions
and
2,226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# pipboy [](https://travis-ci.org/padsbanger/pipboy) [](https://coveralls.io/github/padsbanger/pipboy?branch=master) | ||
# Pipboy [](https://travis-ci.org/padsbanger/pipboy) [](https://coveralls.io/github/padsbanger/pipboy?branch=master) | ||
|
||
A simple recreation of Fallout PipBoy 3000 in Angular.js | ||
|
||
## Instalation. | ||
|
||
Download server from here: | ||
|
||
https://github.com/formstack/front-end-project-api | ||
|
||
and run it. | ||
|
||
|
||
Clone this repo and install client: | ||
|
||
``` | ||
npm install -g grunt-cli | ||
``` | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
Run client: | ||
|
||
``` | ||
grunt serve | ||
``` | ||
|
||
Run unit tests: | ||
|
||
``` | ||
grunt karma:unit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.