- npm
- Bootstrap
- Material kit
git clone https://github.com/Fysiksektionens-Naringslivsnamnd/frontend_test2.git
cd your-repoRun the following command to install all required packages:
npm install
pip install -r backend/requirements.txtCreate a .env file in the root directory of your project and add the following variables:
touch .env
echo SMTP_PW="your_smtp_password" >> .envContribute by navigating to Issues. When you have found a good first Issue, make a new branch. Set a relevant branch name e.g. feature/login-page.
git branch <your-branch-name>
git checkout <your-branch-name>git add path/to/your-modified-file.type
gid commit -m "initial commit"
git push -u origin <your-branch-name>