Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterkram/bytehub
Summaries and tips by students for the utwente BIT program
https://github.com/masterkram/bytehub
Last synced: about 1 month ago
JSON representation
Summaries and tips by students for the utwente BIT program
- Host: GitHub
- URL: https://github.com/masterkram/bytehub
- Owner: masterkram
- License: mit
- Created: 2020-08-26T11:32:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T10:51:56.000Z (7 months ago)
- Last Synced: 2024-05-30T12:28:51.879Z (7 months ago)
- Language: JavaScript
- Homepage: https://bytehub.nl
- Size: 36.8 MB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bytehub
[![Netlify Status](https://api.netlify.com/api/v1/badges/41c6281a-9499-4d39-b2db-9a02eeda22c0/deploy-status)](https://app.netlify.com/sites/epic-roentgen-d0e58d/deploys)Summaries and tips by students for the
utwente BIT program.## Development
### Requirements
+ [Node.js 10+](https://nodejs.org/en/)
+ [yarn v1](https://classic.yarnpkg.com/lang/en/)### Installation
```bash
yarn install
yarn run dev
```
### Using VuepressDo NOT use whitespaces in the Markdown files, neither in the foldernames.
Please read more about Vuepress's markdown syntax [here](https://vuepress.vuejs.org/guide/markdown.html#markdown-extensions).
The following plugins that extend vuepress's markdown are installed:
+ [mathjax](https://www.mathjax.org/) For LaTeX use in markdown.
+ [mermaidjs](https://mermaid-js.github.io/mermaid/#/) Used for quick diagrams in markdown.
+ [plantuml](https://plantuml.com/) For UML diagrams.## Deployment
+ Master is automatically deployed to production by netlify.
+ Open pull request branches are also deployed for staging.## Contact
+ [discord](https://discord.gg/AUgprKcJWK)