Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/concisecss/concisecss.github.io
The website for Concise CSS
https://github.com/concisecss/concisecss.github.io
Last synced: 3 days ago
JSON representation
The website for Concise CSS
- Host: GitHub
- URL: https://github.com/concisecss/concisecss.github.io
- Owner: ConciseCSS
- Created: 2014-07-29T21:48:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T21:59:48.000Z (over 1 year ago)
- Last Synced: 2024-04-14T19:50:22.580Z (7 months ago)
- Language: HTML
- Homepage: http://concisecss.com
- Size: 17.6 MB
- Stars: 22
- Watchers: 7
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This is the repository that contains the source code for concisecss.com**
> :warning: **Notice:** This project is not actively maintained. Reach out to [@keenanpayne](https://twitter.com/KeenanPayne_) or [@jaiheravi](https://twitter.com/jaiheravi) if you would like to chat about it ✌🏻
If you plan to make a change please do it in the corresponding source file located in the `src` directory and before commiting changes make sure the changed files are being compiled (if you are editing Pug or Concise CSS code).
## Building the Website
If you wish to make changes to the source files please make sure you have NodeJS installed before beginning. If you are ready to start hacking, follow the instructions below:
1. Navigate to the project in the terminal:
```
cd path/to/concisecss.github.com
```2. Install the development dependencies:
```
npm install
```3. You can now run the following command to start a development server:
```
npm start
```You can view the website on [Localhost:8080](http://localhost:8080) and if you have [livereload](http://livereload.com/extensions/) installed in your browser, you will be able to see changes inmediately (well, with a little delay).
Also, every time you make a change to a .pug or .scss file, it gets automatically recompiled. So you don’t have to start any build process before submitting changes to the repository.
After making your changes—if you had the development server active—you can send them to this repository using a Pull Request.
## Contributing
If you wish to contribute to the Concise project, please read through our [contributing guidelines](https://github.com/ConciseCSS/concise.css/blob/master/CONTRIBUTING.md) first and then help however you'd like!
## Elsewhere
[![Like Concise on Facebook](http://i.imgur.com/4dy5UUK.png)](https://facebook.com/ConciseCSS)
[![Follow Concise on Twitter](http://i.imgur.com/4AkKsMx.png)](https://twitter.com/ConciseCSS)## License
Code released under the [MIT license](https://github.com/ConciseCSS/concise.css/blob/master/LICENSE). Documentation released under [Creative Commons](http://creativecommons.org/licenses/by-sa/4.0/).