https://github.com/christopherwk210/space-cadet
A nostalgic CSS library.
https://github.com/christopherwk210/space-cadet
css-library space-cadet
Last synced: over 1 year ago
JSON representation
A nostalgic CSS library.
- Host: GitHub
- URL: https://github.com/christopherwk210/space-cadet
- Owner: christopherwk210
- License: mit
- Created: 2016-05-25T20:03:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T03:20:02.000Z (over 9 years ago)
- Last Synced: 2025-01-27T11:45:15.527Z (over 1 year ago)
- Topics: css-library, space-cadet
- Language: CSS
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Space Cadet
---

Space Cadet is a CSS library for developing nostalgic websites that mimic the visual presentation of older versions of the Windows operating system. This project is meant to serve as an easy way for web developers to use modern web technologies to build web interfaces that resemble the styles of computers during the late 90's.
Lovingly named after [this amazing game](https://en.wikipedia.org/wiki/Full_Tilt!_Pinball). You can [view the demo here](http://christopherwk210.github.io/space-cadet/).
Usage
---
This will clone the repo and build for production:
git clone https://github.com/christopherwk210/space-cadet.git && cd space-cadet
npm install
npm run build.prod
The production build will minify the output. If you want to build without minifying (for easier debugging) then you can run this instead:
npm run build.dev