This repository contains the landing page for the Mister IASA 2020 event, inspired by the Peaky Blinders theme. The page is designed to provide information about the event, including teasers, photoshoots, and more.
The Mister IASA 2020 landing page was created to promote the event and provide attendees with essential details. The design reflects the vintage, gritty aesthetic of the Peaky Blinders series, aligning with the event's theme.
- Design: View the design on Figma
- Live Demo: Explore the landing page
To contribute to or modify the landing page, follow these steps:
-
Clone the repository:
git clone https://github.com/IASAStudentCouncil/mister_iasa.git
-
Navigate to the project folder:
cd mister_iasa
-
Install dependencies:
npm install
-
Start the development server and watch for changes:
npm run dev
- The development server will automatically reload when you edit files.
-
After finishing work create pull request in master branch. Ask somebody to accept your PR :)
Note: Always pull the latest changes before starting your work to avoid conflicts.
To prepare the site for deployment:
- Pull the latest changes from the master branch:
git pull origin master
- Install dependencies:
npm install
- Compile and minimize assets:
npm run dev
Developed and maintained by the IASA Student Council IT department.
Analyze and conquer!