https://github.com/comunica/website
🌍 Source for the Comunica website
https://github.com/comunica/website
comunica nextjs website
Last synced: about 1 year ago
JSON representation
🌍 Source for the Comunica website
- Host: GitHub
- URL: https://github.com/comunica/website
- Owner: comunica
- License: other
- Created: 2018-04-11T11:36:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T14:18:56.000Z (about 1 year ago)
- Last Synced: 2025-04-10T15:52:55.971Z (about 1 year ago)
- Topics: comunica, nextjs, website
- Language: JavaScript
- Homepage: https://comunica.dev/
- Size: 34.6 MB
- Stars: 3
- Watchers: 6
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Comunica website
[](https://github.com/comunica/website/actions?query=workflow%3A%22Build+and+Deploy%22)
Source code for the [Comunica](https://comunica.dev/) website.
## Contributing
Requirements: [Node.JS](https://nodejs.org/en/) 8.0 or higher.
After forking and cloning this git repository, install using npm:
```bash
$ npm install
```
All documentation pages are written in markdown, and are present in `pages/`.
New pages should always have the `.md` extension.
Run `npm run dev` to start a live development server.
**Warning:** For compiling the bounties page, you will need to set a [`GITHUB_TOKEN`](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) in your environment variables to access the GitHub API.
## License
This website is written by [Ruben Taelman](https://www.rubensworks.net/).
This code is copyrighted by [Ghent University – imec](http://idlab.ugent.be/)
and released under the [MIT license](http://opensource.org/licenses/MIT).