Welcome to Flynn Labs! This project is actively being developed so bare with me if anything does not work as expected. Issues and Pull Requests are greatly appreciated.
You can see this site live at flynnlabs.dev
- Live NCAA sports stats (source: data.ncaa.com)
- In-browser 3D view (source: three.js)
If you like what this website can do, feel free to copy it, modify it and make it your own!
To do this, first make sure you have the following installed:
- git
- nodejs
- ROS 2 Eloquent
Once you have those, go ahead and clone this repo:
git clone https://github.com/flynneva/flynn-labs
Then install the dependencies:
cd flynn-labs
npm install
And that should be it! Now you're ready to modify the site and make it your own. Good luck, and feel free to reach out if you have any questions!
To start a local development server:
npm run dev-start
To start the express server used in production:
npm run start