Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Concise.css logo

**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/).