Skip to content

ruubytes/ASD-Morning-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASD-MORNING-2: Vocabulary Trainer (LANG)

Issues

Table of Contents:

Setup:

Tools Used:

Fork Setup for Members:

Fork the repository with the fork button above, then clone it:

git clone [email protected]:YOUR_USERNAME/ASD-Morning-2.git

Add the upstream:

git remote add upstream [email protected]:sw20-tug/ASD-Morning-2.git

Pull the latest commit:

git pull upstream develop

After making changes / implementations, push to your feature branch:

git push origin <featurebranch>

Create a pull request to the team repo and wait for review.

Installation:

Before doing anything:

sudo apt update

If you don't have Curl:

sudo apt install curl

Install NodeJS if not present:

curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt install nodejs

Check installation:

node -v
npm -v

Install Maven if not present:

sudo apt install maven

Check version:

mvn -version

Install the relevant node dependencies in the client folder, cd into client and execute:

npm install

When everything is installed correctly, try to run the frontend:

npm run dev

About

The repo for the team ASD: Morning 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.0%
  • Java 48.0%
  • CSS 3.0%