The frontend code of the new website for the RedstoneServer. https://vv.ecconia.de

Ecconia e444b3d00f Adding options to app inputtypes %!s(int64=7) %!d(string=hai) anos
public eb6d9982f6 Fixing typo in description %!s(int64=7) %!d(string=hai) anos
src e444b3d00f Adding options to app inputtypes %!s(int64=7) %!d(string=hai) anos
.gitignore 79a5b4ad5f Update gitignore %!s(int64=7) %!d(string=hai) anos
README.md bdf954985d Update readme %!s(int64=7) %!d(string=hai) anos
babel.config.js 419a11e3b5 Clean start %!s(int64=7) %!d(string=hai) anos
package.json e6ea2c1562 Adding Axios API for web requests %!s(int64=7) %!d(string=hai) anos
vue.config.js d244025736 Disable prefetch plugin %!s(int64=7) %!d(string=hai) anos

README.md

Website for RedstoneServer

This is a rewrite of the current website for the RedstoneServer.

Usage

  • You may not host this sourcecode for public access.
  • You may use this sourcecode to contribute to it.
  • You may look at it to learn web developing.

Setup

This website uses the framework Vue with webpack. To look at the website, it has to be compiled.

# Install:
- nodejs v8.10.0+ (nodejs.org)
- npm 6.4.1+ (installed with nodejs)

# Get dependencies:
npm i

# Start testserver:
npm run serve

# Compile a final minified version:
npm run build