Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crystal-lang/crystal-website

crystal-lang.org website
https://github.com/crystal-lang/crystal-website

crystal homepage website

Last synced: about 20 hours ago
JSON representation

crystal-lang.org website

Awesome Lists containing this project

README

        

Crystal Website
===============
Powered by [Jekyll](https://jekyllrb.com/)

## Development setup (via docker)

- Checkout the repository
- Run `$ docker-compose up`
- Open a browser in `localhost:4000`

The docker container will launch jekyll with `--incremental` option.

## Development setup (Nix)

- Checkout the repository
- Run `$ nix-shell`
- Open a browser in `localhost:4000`

## Development setup (Devenv)

Using [devenv](https://devenv.sh)

- Checkout the repository
- Run `devenv up` to start a local web server
- Open a browser in `localhost:4000`
- Run `devenv shell` to get a shell with all development environment

## Thanks!

As always, thanks to the community who contributes to Crystal and its infrastructure and projects.

## License

Crystal is licensed under the Apache License, Version 2.0