- run
npm run develop
will open up localhost:8000 with hot reloading
- run
npm run build
will build production version of site under ./public folder. Only need to deploy ./public folder as static site
- edit
src/components/Team/team.js
file - add person data into the js structure, for user's image store the png/jpg under
static/images/...
to reference it in js file - the user will show up under the team section
- edit
src/components/GalleryTeaser/pictures.js
- first store the photo resource e.g. png/jpg file under
static/images/...
folder - add new photo in js file
- It support optionally a
title
anddesc
, if supplied they will show up under the picture.
- edit
src/components/Media/index.js
, copy paste a new block and edit it.
- edit
src/components/Contact/socialMedias.js
- add new block with information
- add a example.js under
src/pages/
folder will make available of routearestech.io/example
- and then start hacking