Social training application to log or plan sessions.
Windows:
- Navigate to https://nodejs.org/en/ and install the latest NodeJS release
- In a terminal, run as administrator and execute:
npm install -g yarn
Mac:
- Navigate to https://nodejs.org/en/ and install the latest NodeJS release or use homebrew and install the latest node-release
- In a terminal, run:
npm install -g yarn
Linux:
- In a terminal, run:
sudo apt install npm
- Then run:
sudo npm install -g yarn
- Clone this repository
- Open a new terminal and navigate to this folder
- Run:
yarn install
Linux:
- In a terminal, run:
sudo npm install -g n
- Then run:
sudo n stable
. You should now have the latest stable version of node. To doublecheck this, runnode -v
- If the terminal is still showing the old version, run
hash -r
orrehash
and then runnode -v
again.
- In the terminal, run:
yarn start
- The browser will open at localhost:3000
- The server is configured to refresh when changes to files are made
- In the terminal, run:
yarn format
Prettier will run automatically when saving as well
- In the terminal, run:
yarn lint
To fix all errors or warnings, run: yarn lint:fix
More information: https://eslint.org/docs/latest/use/command-line-interface
- In the terminal, run:
yarn test
https://www.conventionalcommits.org/en/v1.0.0/
- Elin Haugum | elihaugu@stud.ntnu.no
- Aksel Hodne Hanisch | akselhh@stud.ntnu.no
- Daniel Douglas Jackman Røe | ddroe@stud.ntnu.no
- Sondre Midtbu Skjerven | sondrmsk@stud.ntnu.no
- Magnus Byrkjeland | magnueb@stud.ntnu.no
MIT