linstrom/frontend-reactive
2024-11-19 15:05:12 +01:00
..
.github/workflows ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
app Add read-only mode to map and array editors 2024-11-19 15:05:12 +01: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 Lots of frontend stuff 2024-10-15 16:18:21 +02:00
tests Add read-only mode to map and array editors 2024-11-19 15:05:12 +01: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
biome.json Lots of frontend stuff 2024-10-15 16:18:21 +02:00
bun.lockb Getting work done. Registration form taking shape 2024-10-25 16:54:48 +02:00
ember-cli-build.js Design stuff shit 2024-09-23 09:18:35 +02:00
package-lock.json Getting work done. Registration form taking shape 2024-10-25 16:54:48 +02:00
package.json Getting work done. Registration form taking shape 2024-10-25 16:54:48 +02:00
README.md More work on post registration form 2024-10-28 16:33:17 +01: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

  1. Build it (see point above)
  2. Build the Go server
  3. Now you have a binary with everything needed embedded into it ready to use