Skip to content

Commit

Permalink
updated frontend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxuege committed Oct 6, 2024
1 parent b850b1a commit 4b6012d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ The repository is written using `React` + `React-Router` + `Tailwind-CSS`
## To run the frontend in developer mode
```
npm install
npm start build (or `npm run dev`)
npm run build (or `npm run dev`)
```
10 changes: 5 additions & 5 deletions frontend/src/components/SearchContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { SearchCard } from "./SearchCard";
import Fuse from 'fuse.js';
import dayjs, { Dayjs } from 'dayjs';

import DITData from "../../backend_scraper/scraper/drop_in.json";
import PTData from "../../backend_scraper/scraper/peer_tutoring.json";
import SIData from "../../backend_scraper/scraper/si.json";
import ClubsData from "../../backend_scraper/scraper/tartanconnect.json";
import CareerData from "../../backend_scraper/scraper/handshake.json";
// import DITData from "../../backend_scraper/scraper/drop_in.json";
// import PTData from "../../backend_scraper/scraper/peer_tutoring.json";
// import SIData from "../../backend_scraper/scraper/si.json";
// import ClubsData from "../../backend_scraper/scraper/tartanconnect.json";
// import CareerData from "../../backend_scraper/scraper/handshake.json";
import { categoryListAcademics, categoryShorthandAcademics, categoryListClubs, categoryListCareer, Clubs_type, Career_type, AddFCEventProps, AddFCEventType } from "../types";
import FullCalendar from "@fullcalendar/react";

Expand Down

0 comments on commit 4b6012d

Please sign in to comment.