This Repository showcases projects made by Carleton University students and alumni.
You will need the following:
To setup the Projects Repository, run the following commands:
npm install
npm run dev
Alternatively, you can run npm i
instead of npm install
.
To run tests on the Projects Repository, run the following command:
npm run test
To format the project repository, run the following command:
npm run format
- Create a folder under content/projects/
- Inside that folder, create an index.md file with the following frontmatter:
---
id: "another-project"
title: "Another Project"
description: "This is a description of another project that showcases my skills in React Native and AR technology."
author: "Your name"
tags:
- Example Tag
- React Native
- AR
githubUrl: "https://github.com/"
previewImageUrl: "./placeholder.svg"
---
- (Optional) Add a preview image to the same folder and reference it using the
previewImageUrl
field. The placeholder image should live within their projects folder.