- Clone repo
npm i
npm run dev
for live reload server at localhost:8080npm run dash
for awesome webpack dashboardnpm run build
for production ready static site
- 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/
- Entry is
- Public files in
public/
So you are now apart of SD&ML and want to get your name on the website.
- Edit the
members.js
file adding your name and Twitter link. - Run the development steps and make sure everything is 👌.
- Create a pull request for the repo.
Thats all!