Skip to content

sdaml/sdaml-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages