https://github.com/crystal-lang/crystal-website
crystal-lang.org website
https://github.com/crystal-lang/crystal-website
crystal homepage website
Last synced: 2 months ago
JSON representation
crystal-lang.org website
- Host: GitHub
- URL: https://github.com/crystal-lang/crystal-website
- Owner: crystal-lang
- Created: 2016-06-27T17:28:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T14:40:33.000Z (3 months ago)
- Last Synced: 2025-04-02T22:42:14.561Z (2 months ago)
- Topics: crystal, homepage, website
- Language: SCSS
- Homepage: https://crystal-lang.org
- Size: 28.7 MB
- Stars: 62
- Watchers: 8
- Forks: 78
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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