Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1 KB

README.md

File metadata and controls

34 lines (25 loc) · 1 KB

Website for UVic Software Club

sdaml.club

Development

  1. Clone repo
  2. npm i
  3. npm run dev for live reload server at localhost:8080
  4. npm run dash for awesome webpack dashboard
  5. npm run build for production ready static site

Source

  • React app in src/
    • Entry is index.jsx
    • Components in components/
    • JavaScript in js/
    • Data in js/data/
    • Styles in scss/
    • Assets and icons in assets/
    • Images in images/
  • Public files in public/

Adding your name to Members

So you are now apart of SD&ML and want to get your name on the website.

  1. Edit the members.js file adding your name and Twitter link.
  2. Run the development steps and make sure everything is 👌.
  3. Create a pull request for the repo.

Thats all!