https://github.com/hhvm/hacklang.org
The content for hacklang.org
https://github.com/hhvm/hacklang.org
Last synced: 5 months ago
JSON representation
The content for hacklang.org
- Host: GitHub
- URL: https://github.com/hhvm/hacklang.org
- Owner: hhvm
- License: cc-by-4.0
- Created: 2016-09-02T17:56:12.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T17:05:36.000Z (6 months ago)
- Last Synced: 2025-12-05T15:56:03.639Z (6 months ago)
- Language: JavaScript
- Homepage: http://hacklang.org
- Size: 2.86 MB
- Stars: 23
- Watchers: 22
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# The hacklang.org landing page content
This directory contains the landing page and other documentation for [hacklang.org](https://hacklang.org). It contains links to the [Hack user documentation over at docs.hhvm.com](https://docs.hhvm.com/) and other relevant places. [hacklang.org](http://hacklang.org) is hosted on GitHub Pages.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to add or modify content.
## Run the Site Locally
[hacklang.org](http://hacklang.org) uses [Docusaurus](https://docusaurus.io).
1. Clone this repo (or if you are planning to contribute, fork this repo and clone the fork).
1. `yarn install`
1. `yarn start`
## License
hacklang.org is CC BY 4.0 licensed, as found in the LICENSE file.