https://github.com/code52/metro.css
https://github.com/code52/metro.css
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/code52/metro.css
- Owner: Code52
- License: ms-pl
- Created: 2012-02-06T13:37:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T00:59:50.000Z (about 5 years ago)
- Last Synced: 2025-03-31T12:06:50.107Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 847 KB
- Stars: 265
- Watchers: 25
- Forks: 73
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
As we'll be either pulling in parts of [Bootstrap](http://bootstrap.io) or at the very least aiming for that type of project, we're going to use [Less](http://lesscss.org/) which adds variables and other goodies into CSS.
For those new to Less, it's worth checking out [SimpLESS](http://wearekiss.com/simpless) (which runs on all platforms) which watches and compiles Less into CSS.
### Node.js
Included in the `node` folder is a script for creating a template website using the metro.css theme in Node.js
With node installed on your system, run the following commands
`npm install`
`node metro `
`cd `
`npm install`
`node app.js`
Then point your browser at http://localhost:3000