Skip to content

steveklabnik/warehouse

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Warehouse

This project serves up the index for Crates.io.

Build Status

This is mostly a fun hack and also a yak of mine. Not ready to be put anywhere on the web. Yet. Iron on the backend, Ember on the front.

Requires Rust nightly.

Don’t forget that this has a submodule!

$ git submodule update --init --recursive # first time
$ git submodule update

Backend

To start up the backend:

$ cargo run

To see logging output:

$ RUST_LOG=warehouse=info cargo run

Frontend

To start up the frontend:

$ cd frontend
$ npm install && bower install
$ ember serve

Once both of these are running, hit up http://localhost:4200/crates. The first load will take a while, as it has to load up the index.

About

Crates.io's index as a web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •