https://github.com/georgewpark/halo-odst-superintendent-loader
An animated loader based on the superintendent AI from Halo ODST.
https://github.com/georgewpark/halo-odst-superintendent-loader
animation css halo loader odst
Last synced: 3 months ago
JSON representation
An animated loader based on the superintendent AI from Halo ODST.
- Host: GitHub
- URL: https://github.com/georgewpark/halo-odst-superintendent-loader
- Owner: georgewpark
- License: mit
- Created: 2022-09-28T16:21:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T14:51:30.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:12:30.576Z (4 months ago)
- Topics: animation, css, halo, loader, odst
- Language: SCSS
- Homepage: https://cdpn.io/wvjyPwX
- Size: 2.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Halo ODST Superintendent Loader
An animated loader based on the superintendent AI from Halo ODST.
## Live Demo
A live demo is available on [CodePen](https://cdpn.io/wvjyPwX) and [Netlify](https://halo-odst-loader.netlify.app/).## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.## Project Setup
From the root directory, install project dependencies by running `npm install` from the terminal.
Build the files and start the local dev server by running `npm run dev` from the terminal. This should open the dev site automatically at http://localhost:3000/.
You can build the files without starting the dev server by running `npm run build` from the terminal to compile the development build or `npm run prod` to compile the production build.