All Projects → elixirtw → elixir_tw

elixirtw / elixir_tw

Licence: other
No description or website provided.

Programming Languages

elixir
2628 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to elixir tw

Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (+590.48%)
Mutual labels:  community, taiwan
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-33.33%)
Mutual labels:  taiwan
forest-software
A curated list of projects developed using the Forest quantum programming environment.
Stars: ✭ 39 (+85.71%)
Mutual labels:  community
community
Community documentation and announcements for Boson Protocol
Stars: ✭ 12 (-42.86%)
Mutual labels:  community
WeChat
区块链技术指北(ChainONE)社区微信群价值信息汇总。
Stars: ✭ 67 (+219.05%)
Mutual labels:  community
dillo
Free and open web platform created to support crowd-driven content.
Stars: ✭ 62 (+195.24%)
Mutual labels:  community
qosf.org
Web portal of Quantum Open Source Foundation
Stars: ✭ 103 (+390.48%)
Mutual labels:  community
ukrainian-dotnet-communities
List of Ukrainian .NET communities
Stars: ✭ 16 (-23.81%)
Mutual labels:  community
meetup
Meetups of Rust Taiwan Community
Stars: ✭ 48 (+128.57%)
Mutual labels:  taiwan
jsheroes.io
The official JSHeroes website
Stars: ✭ 35 (+66.67%)
Mutual labels:  community
community-content
Hetzner Online Community Project
Stars: ✭ 149 (+609.52%)
Mutual labels:  community
universiade
2017 世大運賽程與購票整合網站
Stars: ✭ 34 (+61.9%)
Mutual labels:  taiwan
common-lispers.hexstreamsoft.com
Discover Common Lisp open-source contributors and their best contributions! Add yourself!
Stars: ✭ 14 (-33.33%)
Mutual labels:  community
bolt
A Discord guild moderation bot for managing large servers, based on Nostrum.
Stars: ✭ 29 (+38.1%)
Mutual labels:  community
heloworld.xyz
A collection of hello world snippets in multiple programming languages.
Stars: ✭ 17 (-19.05%)
Mutual labels:  community
ITP-IMA-Code-of-Conduct
The ITP/IMA Code of Conduct is an evolving work-in-progress document that establishes and communicates the commitment of the ITP/IMA community to uphold a key set of standards and obligations that aim to make ITP/IMA an inclusive and welcoming environment.
Stars: ✭ 26 (+23.81%)
Mutual labels:  community
itsallwidgets podcast
it's all widget podcast
Stars: ✭ 28 (+33.33%)
Mutual labels:  community
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (+471.43%)
Mutual labels:  community
checklister
Checklist generator
Stars: ✭ 18 (-14.29%)
Mutual labels:  taiwan
meetups
brisjs.org
Stars: ✭ 89 (+323.81%)
Mutual labels:  community

ElixirTw

Ebert travis-ci

To start your Phoenix app:

  • Install dependencies with mix deps.get
    • If you want to use Docker for PostgreSQL in local development
    • Start PostgreSQL server with docker-compose up -d
    • Override default usename for Phoenix to log in PostgreSQL with export PGUSER=postgres
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets;yarn install;cd -
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Testing

This project includes test.watch, credo, and dialyxer. You can run the test simply with: mix test.watch

to run type checking with dialyxer: mix dialyzer --plt first, then simply mix dialyzer after.

Building a release

  • docker build -t elixir_tw .
  • docker run -it -d elixir_tw:latest bash
  • docker cp <IMAGE_ID>:/app/rel/elixir_tw/releases ./rel/docker_rel
  • docker rm -f <IMAGE_ID>

Learn more

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].