Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerpresley/cosc425-front
Repo for the front end module of the full project.
https://github.com/spencerpresley/cosc425-front
Last synced: 25 days ago
JSON representation
Repo for the front end module of the full project.
- Host: GitHub
- URL: https://github.com/spencerpresley/cosc425-front
- Owner: SpencerPresley
- Created: 2024-04-09T17:43:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:14:01.000Z (3 months ago)
- Last Synced: 2024-11-06T02:24:55.862Z (3 months ago)
- Language: TypeScript
- Homepage: https://cosc425-site.vercel.app
- Size: 16.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COSC425-FRONT
For link to site see description.
Repo for the front end module of the full project.
If you want to contribute see instructions below.
## Instructions
clone the repo:
`git clone [email protected]/SpencerPresley/COSC425-FRONT`cd into site
`cd site`Install dependencies:
`npm install`Now you can run the site with:
`npm run dev`