Skip to content

f-klubben/fappen

Repository files navigation

Fappen

Fappen is an app that strives to connect the various F-Klub services/systems in a single mobile package.

Project Environment

To set up a development environment for the project you will need the following setup on your system:

  • Node.JS (Any semi recent version should work - has been tested to work with V17)
  • A local stregsystem setup. Since the app depends on the API you will need with that implemented (see stregsystem/#320).

Running the project:

npm install     # Installs dependencies  
npm start       # Builds the project and starts a local server  

To just build the project run npm run build.