Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Vuepress

Do 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)