Welcome to the official repository for SAST (Society for Aerospace and Technology), a student-led club building aerospace and space-tech solutions. Powered by curiosity, driven by stars.
Explore the sub-projects, divisions, and team members currently working in A NEW REALM:
- Tech Division: Automating test benches, remote ignitions, and sensors.
- R&D Division: Designing and verifying aerospace flight hardware.
- Satellites Division: CubeSats and mapping payloads.
The codebase is built on a modern, ultra-responsive web framework:
- Core: React 19 + Vite 8
- Styling: Pure CSS layout tokens for layout and pages
- Animations: Framer Motion / Custom transition sequences
- CMS: Local disk-writing dev CMS module (
Admin.jsx)
To spin up the local development server:
- Navigate to the website subfolder:
cd sast-website - Install dependencies:
npm install
- Start the dev server:
npm run dev
Open http://localhost:5173/ in your browser.
The site is configured to compile and deploy automatically to GitHub Pages. To publish changes:
cd sast-website
npm run deployThe live website can be viewed at: π https://SASTxNST.github.io/SAST_A_NEW_REALM/