asusoda / asu-soda-newsite

Official SoDA Website 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thesoda.io (New 2024)

The Software Developers Association

This is the directory for SoDA's new React/Vite website.

How to run website locally

The website uses npm, which manages all dependencies and has a dummy server that you can run on your local machine to view the website.

> cd asu-soda-newsite
> npm i #install all dependencies if this is the first time you are doing this
> npm ci (optional)
> npm run dev

The server will refresh the page automatically when you make changes to the code!

Making changes

Always make sure you pull before working on the repository. Since the website is a latest React application, uses many dependencies, and is written in ES6, you will have to use many tools to transpile the code.

The use of Github Desktop is recommended.

Contributors

About

Official SoDA Website 2024

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 22.8%Language:HTML 0.7%