Revised ProjectCards to be MagicCards so they can also be used for other sections of the site

This commit is contained in:
AtHeartEngineer
2022-05-25 09:57:03 -04:00
parent 467692f3e6
commit 7afe41ce93
5 changed files with 33 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ This is the React re-write of the PSE website, formally just a landing page.
## Get Started with Development
`npm install`
`npm run start` serves a development server at [http://localhost:8081](http://localhost:8081)
The components live under `/src/components`.