Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.44 KB

35c3-workshop-planner

This is an expo.io app for mobile devices to plan your workshops at the 35c3 event in Leipzig

DOWNLOAD

Version 1.0.0

Software to build this project

First you need node.js

I recommend nvm to organise your Node version:

Recommended package manager: yarn

This software is written in TypeScript. Install it global with:

yarn global add typescript

If you want to lint your code also install tslint:

yarn global add tslint

To install the expo.io Clint run:

yarn add global [email protected] (current Version 2.6.8 is buggy, so i use 2.6.6)

Now you are ready to install the dependencies:

yarn install

To start the app run:

yarn start

NOTES FOR DEVELOPMENT

current TODO list

  • Add link to session creation page
  • fix button with concurrent events in discover mode
  • show when event not find anymore
  • fix or remove change language into settings-tab
  • cleanup workshop detail page