Tesla lab's projects and achievements showcase website.
First, run the development server:
npm i
npm run dev
# or
yarn
yarn devOpen http://localhost:3000 with your browser to see the result.
Follow these steps to add/update member details on the Our Team page.
-
Open the file
content/members.md -
Under the members/syndicates key, add a new entry:
members: - name: "John Doe" image: "johndoe.jpg" github: "<github profile link>" linkedin: "<linkedin profile link>" portfolio: "<portfolio link>"
-
Place the file
johndoe.jpginsidepublic/images/team/ -
Commit your changes and push to a new branch using
git push origin master:newBranchNameand start a pull request.