Skip to content

zL2noob/fn-hemsida

 
 

Repository files navigation

Webapp for the Physics Chapters Business Association

Further documentation (review this while coding)

https://www.creative-tim.com/learning-lab/bootstrap/overview/material-kit?_ga=2.142107890.1101755314.1741000299-232689816.1740490105

Requirements

  • npm
  • Bootstrap
  • Material kit

Setup for local development

🚀 Step 1: Clone the Repository

git clone https://github.com/Fysiksektionens-Naringslivsnamnd/frontend_test2.git
cd your-repo

📥 Step 2: Install Dependencies

Run the following command to install all required packages:

npm install
pip install -r backend/requirements.txt

Step 3: Environment Variables

Create a .env file in the root directory of your project and add the following variables:

touch .env
echo SMTP_PW="your_smtp_password" >> .env

Done. ✅

How to contribute

Contribute 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.

Create a new local branch

git branch <your-branch-name> 
git checkout <your-branch-name>

Make a local modification and commit/push

git add path/to/your-modified-file.type
gid commit -m "initial commit"
git push -u origin <your-branch-name>

About

FN web app

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 46.1%
  • SCSS 45.2%
  • HTML 4.4%
  • JavaScript 3.9%
  • Other 0.4%