A dedicated app for managing collaborative activities at Skogen
This application will enable members of Skogen to get actively engaged at planning, administering and facilitating different activities and recurring sessions such as study groups, conferences etc at Skogen. The aim is to have a dedicated platform with which any member can have an account in order to both participate and facilitate different activities.
-
Change the package.json file with relevant settings (i.e. create new settings.json file for private credentials). Then change the script commands.
-
Make sure to have installed Node on your computer, by going to this url and downloading its package:
https://nodejs.org/en/
-
Install meteor locally by running:
curl https://install.meteor.com/ | sh
on your terminal (OSX & Linux). For Windows, refer to the meteor website: https://www.meteor.com/install -
Clone the repo to your computer at your favourite location:
git clone git@github.com:eminx/SkogenApp.git
-
Go to the repo:
cd SkogenApp
-
Run
meteor npm install
Your installation should be finished. Just do this to run the app:
meteor
or npm start
And go to: localhost:3000
on your favourite browser.
Ant Design: https://ant.design
React JS: https://reactjs.org/docs
Meteor: http://docs.meteor.com/#/full/