API server and website for Hex。
API server and website for https://hex.pm.
Contributing
To contribute to Hexpm you need to properly set up your development environment.
Also see the client repository: hex. The client uses hexpm for integration tests, so hexpm needs to support all versions the client supports. CI ensures that tests are run on all supported versions.
- Run
mix setupto install dependencies, create and seed database etc - Run
mix test - Run
iex -S mix phx.serverand visit http://localhost:4000/
After this succeeds you should be good to go!
See setup alias in mix.exs and sections below for more information or when you run into issues.
from https://github.com/hexpm/hexpm
No comments:
Post a Comment