Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 986 Bytes

File metadata and controls

47 lines (29 loc) · 986 Bytes

Flame

Install EmberJS for using Tribe API with Junction

  1. Use tribe-framework.org to install this Git template

  2. Open command line in the directory that has been installed

  3. Install EmberJS by running the following command, and enter the name of the directory when asked:

  • Linux and Mac OS
chmod +x ./install/ember-init.sh; bash ./install/ember-init.sh;
  • Windows
powershell -ExecutionPolicy Bypass -File .\install\ember-init.ps1
  1. Serve to start coding
ember s

Deploy

  1. Build
ember build -prod
  1. Deploy to Netlify or Cloudflare Pages

Tribe - a web project management framework.

Tribe is a project management framework that allows us to build platforms, products, applications and web interfaces, using a modular approach. It provides a coherent language for UX, content, design and code collaborations.

License

The GNU General Public License is a free, copyleft license for software and other kinds of works.