Skip to content

Commit

Permalink
chore: update mono url and add link to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed Sep 25, 2024
1 parent 19e8ad8 commit 0c84033
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-2024fa/assignment-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Assignment 1
Run the following command in an appropriate folder on your system:

```bash
pnpm dlx degit cornell-dti/trends-mono/frontend-hw-1-starter my-project-name
pnpm dlx degit cornell-dti/trends-mono-fa24/frontend-hw-1-starter my-project-name
cd my-project-name
pnpm install
```
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2024fa/assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ If you're trying to create a new frontend React project on your own, `cd` into a
The following command creates an incredibly simple React project:

```bash
pnpm dlx degit cornell-dti/trends-mono/frontend-starter your-project-name
pnpm dlx degit cornell-dti/trends-mono-fa24/frontend-starter your-project-name
```

The following command creates a more advanced React project with a component library, icons, and routing built in for you:

```bash
pnpm dlx degit cornell-dti/trends-mono/frontend-starter-advanced your-project-name
pnpm dlx degit cornell-dti/trends-mono-fa24/frontend-starter-advanced your-project-name
```

Note that neither of these projects include a backend!
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2024fa/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ node -e "require('repl').start({ignoreUndefined: true})"
To make sure you've got everything set up correctly, `cd` into a directory of your choice and run:

```bash
pnpm dlx degit cornell-dti/trends-mono/frontend-starter your-project-name
pnpm dlx degit cornell-dti/trends-mono-fa24/frontend-starter your-project-name
```

This will create a new directory called `your-project-name` with a React project inside. `cd` into it and run `pnpm install` to install all the dependencies.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2024fa/unit1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Homework: HW1 and HW2, due Oct 2 and Oct 9 respectively.

Slides: [Here](https://docs.google.com/presentation/d/1TcfC6hFcqD-eYZLPfd-UAeheqhL0gRnzhpsw04_beOY/edit?usp=sharing)

Demos: will be shared on a GitHub repo shortly
Demos: [Here, under demos](https://github.com/cornell-dti/trends-mono-fa24/tree/main/demos)

## JavaScript

Expand Down

0 comments on commit 0c84033

Please sign in to comment.