File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# crates.io
2
2
3
- Source code for the default [ Cargo] ( http://doc.crates.io ) registry. Viewable
3
+ Source code for the default [ Cargo] ( http://doc.crates.io ) registry. Viewable
4
4
online at [ crates.io] ( https://crates.io ) .
5
5
6
6
This project is built on ember-cli and cargo, visit
17
17
yarn run bower install
18
18
```
19
19
20
- The website's frontend is built with [ Ember.js] ( http://emberjs.com/ ) . This
20
+ The website's frontend is built with [ Ember.js] ( http://emberjs.com/ ) . This
21
21
makes it possible to work on the frontend without running a local backend.
22
22
To start the frontend run:
23
23
24
24
``` bash
25
25
yarn run start:staging
26
26
```
27
27
28
- This will run a local frontend using the staging backend (hosted on Heroku at
28
+ This will run a local frontend using the staging backend (hosted on Heroku at
29
29
[ staging-crates-io.herokuapp.com] ( https://staging-crates-io.herokuapp.com ) ).
30
30
31
31
If you want to set up a particular situation, you can edit the fixture data used
@@ -55,7 +55,7 @@ yarn run start:live
55
55
56
56
### Running Tests
57
57
58
- Install [ phantomjs] ( http://phantomjs.org/ ) , typically: `npm install
58
+ Install [ phantomjs] ( http://phantomjs.org/ ) , typically: `npm install
59
59
phantomjs-prebuilt`.
60
60
61
61
Then run the tests with:
You can’t perform that action at this time.
0 commit comments