Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/critique-digitale/critique-digitale.ch
Higher education research centres from all over Switzerland are joining forces to host the first unconference on ‘digital criticism’. Free of charge and open to all, this unique event will take place online-only the 21 and 22 October 2021.
https://github.com/critique-digitale/critique-digitale.ch
cloudflare-pages mdsvex mvp-css sveltekit
Last synced: 3 months ago
JSON representation
Higher education research centres from all over Switzerland are joining forces to host the first unconference on ‘digital criticism’. Free of charge and open to all, this unique event will take place online-only the 21 and 22 October 2021.
- Host: GitHub
- URL: https://github.com/critique-digitale/critique-digitale.ch
- Owner: critique-digitale
- License: gpl-3.0
- Created: 2021-07-06T11:37:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T10:16:38.000Z (9 months ago)
- Last Synced: 2024-06-27T16:39:44.751Z (4 months ago)
- Topics: cloudflare-pages, mdsvex, mvp-css, sveltekit
- Language: Svelte
- Homepage: https://critique-digitale.ch/
- Size: 19.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-sveltekit - [code
README
# critique-digitale.ch
Higher education research centres from all over Switzerland are joining forces to host the first unconference on ‘digital criticism’. Free of charge and open to all, this unique event will take place online-only the 21 and 22 October 2021.
[![GitHub issues](https://img.shields.io/github/issues/critique-digitale/critique-digitale.ch.svg)](https://github.com/critique-digitale/critique-digitale.ch/issues)
[![GitHub forks](https://img.shields.io/github/forks/critique-digitale/critique-digitale.ch.svg)](https://github.com/critique-digitale/critique-digitale.ch/network)
[![GitHub stars](https://img.shields.io/github/stars/critique-digitale/critique-digitale.ch.svg)](https://github.com/critique-digitale/critique-digitale.ch/stargazers)
[![GitHub license](https://img.shields.io/github/license/critique-digitale/critique-digitale.ch.svg)](https://github.com/critique-digitale/critique-digitale.ch/blob/main/LICENSE.md)## Installation
Install [Node](https://nodejs.org/) and install all dependencies
```bash
npm install
```## Usage
To start a development server
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```To change the layout see [MVP.css](https://andybrewer.github.io/mvp/). To add dynamic functionality see [SvelteKit](https://kit.svelte.dev/docs) and [mdsvex](https://mdsvex.pngwn.io/).
To check, lint, and format the code run
```bash
npm run check
npm run lint
npm run format
```## Building
If you want to build locally or preview run
```bash
npm run build# or preview the built app
npm run preview
```> `npm run preview` should _not_ be used to serve your app in production.
## Deployment
GitHub automatically deploys the main-branch to which takes at most 3 minutes and is powered by [Cloudflare Pages](https://pages.cloudflare.com/). If you want to deploy to GitHub Pages follow [this tutorial](https://svelteland.github.io/svelte-kit-blog-demo/deply-to-github/).
## Support
This project is maintained by [@critique-digitale](https://github.com/critique-digitale). Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
| Type | Platforms |
| -------------------------------------- | ---------------------------------------------------------------------------------------- |
| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/critique-digitale/critique-digitale.ch/issues) |
| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/critique-digitale/critique-digitale.ch/issues) |
| 🛡 **Report a security vulnerability** | [GitHub Issue Tracker](https://github.com/critique-digitale/critique-digitale.ch/issues) |## Roadmap
No changes are currently planned.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/critique-digitale/critique-digitale.ch/tags).
## Authors and acknowledgment
- **Moritz Mähr** - _Initial work_ - [maehr](https://github.com/maehr)
- **Tobias Hodel** - _Content_ - [thodel](https://github.com/thodel)
- **Vlad Atanasiu** - _Graphics_ - [vladatanasiu](https://github.com/vladatanasiu)See also the list of [contributors](https://github.com/critique-digitale/critique-digitale.ch/graphs/contributors) who participated in this project.
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details
All copyrights and licensing rights of the content, images and fonts used belong to the respective owners and may only be used with their consent.