Alchemists PH is a non-profit organization made up of Elixir and Erlang enthusiasts whose goal is to contribute to the growth of its local community.
Want to learn more? See our wiki.
Help us build a better community! We encourage everyone to contribute to this repository if something is missing or needs improvement. Contribute by helping us tackle issues, submit PRs and discuss ideas.
To run this on your local machine, clone this repository:
$ git clone https://github.com/Alchemists-PH/Website.git
$ cd website
Note: Language versions are maintained in the .tool-versions file.
- Install asdf for language version management.
- Rename
config/database.exs.sample
toconfig/database.exs
and replace the username and password with your local PostgreSQL credentials for all development configurations. - Building Phoenix:
$ mix deps.get
$ mix ecto.create && mix ecto.migrate
$ npm install
After you're done with the setup. You may do the following:
- Start Phoenix endpoint with
mix phoenix.server
- Visit
localhost:4000
and you're good to go!