kosmos/akkounts-web
kosmos
/
akkounts-web
Archived
8
1
Fork 0
Web front-end for self-service Kosmos accounts creation and management
This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Basti 53803b6b55
1.0.2
2019-06-06 18:16:16 +02:00
app Move API base URL to config, add production URL 2019-06-02 17:14:05 +02:00
config Update Ember 2019-06-06 17:51:08 +02:00
public Basic Mastodon signup 2019-03-12 14:00:48 +07:00
release 1.0.2 2019-06-06 18:16:16 +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.0.2 2019-06-06 18:16:16 +02:00
package.json 1.0.2 2019-06-06 18:16:16 +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.