kosmos/akkounts-web
kosmos
/
akkounts-web
Arşivlenmiş
8
1
Çatalla 0
Web front-end for self-service Kosmos accounts creation and management
Bu depo 2022-09-21 tarihinde arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işleme gönderemez veya konu veya değişiklik isteği açamazsınız.
Dosyaya git
Basti aad4b1fbdb
1.2.1
2019-10-26 18:08:36 +02:00
app Use better Mastodon illustrations 2019-10-26 18:07:52 +02:00
config Automatically scroll to top on route changes 2019-10-16 20:23:20 +02:00
public Use better Mastodon illustrations 2019-10-26 18:07:52 +02:00
release 1.2.1 2019-10-26 18:08:36 +02:00
tests Basic layout 2019-06-02 14:44:41 +02:00
vendor Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.editorconfig Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.ember-cli Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.eslintignore Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.eslintrc.js Update Ember 2019-06-06 17:51:08 +02:00
.gitignore Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.template-lintrc.js Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
.travis.yml Update Ember 2019-06-06 17:51:08 +02:00
.watchmanconfig Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
README.md Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00
ember-cli-build.js Basic Mastodon signup 2019-03-12 14:00:48 +07:00
package-lock.json 1.2.1 2019-10-26 18:08:36 +02:00
package.json 1.2.1 2019-10-26 18:08:36 +02:00
testem.js Initial Commit from Ember CLI v3.8.1 2019-03-07 15:15:45 +07:00

README.md

akkounts-web

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd akkounts-web
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.