linstrom/frontend-reactive
2024-10-05 21:42:30 +02:00
..
.github/workflows ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
app styling again 2024-09-23 17:13:57 +02:00
config styling again 2024-09-23 17:13:57 +02:00
otherServerScreenshots no idea what I'm doing 2024-09-19 16:08:01 +02:00
public styling again 2024-09-23 17:13:57 +02:00
tests styling again 2024-09-23 17:13:57 +02:00
translations styling again 2024-09-23 17:13:57 +02:00
types Found font! Also tests and styling 2024-09-23 17:09:19 +02:00
.editorconfig ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.ember-cli progress 2024-09-27 16:53:22 +02:00
.eslintignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.eslintrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.gitignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.prettierignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.prettierrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.stylelintignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.stylelintrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.template-lintrc.js Found font! Also tests and styling 2024-09-23 17:09:19 +02:00
.watchmanconfig ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
bun.lockb Bootup sequence idea added. Also bun lockfile 2024-10-05 21:42:30 +02:00
ember-cli-build.js Design stuff shit 2024-09-23 09:18:35 +02:00
package-lock.json progress 2024-09-27 16:53:22 +02:00
package.json progress 2024-09-27 16:53:22 +02:00
README.md Readme, styling, test 2024-09-18 17:19:27 +02:00
testem.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
TODOS.md styling again 2024-09-23 17:13:57 +02:00
tsconfig.json ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00

frontend-reactive

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 frontend-reactive
  • npm install

Running / Development

Code Generators

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

Running Tests

  • npm run test
  • npm run test:ember -- --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec ember build (development)
  • npm run build (production)

Deploying

Specify what it takes to deploy your app.