Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jabez007/arcanaeum

The unofficial repository for the Archons of the Spire (part of Last Hope LARP)
https://github.com/jabez007/arcanaeum

babylonjs cipher cipher-algorithms ciphers codemirror cryptography konva konvajs python skulpt vue vue-codemirror vue-konva vue-markdown vue-router vuejs vuejs2 vuetify

Last synced: 5 days ago
JSON representation

The unofficial repository for the Archons of the Spire (part of Last Hope LARP)

Awesome Lists containing this project

README

        

# arcanaeum

## Project setup
```
npm install
```
### Add a Symbolic Link to the ```node_modules``` directory
In UNIX
```
node_modules$ ln -s ../src/lib _
```
In Windows
```
node_modules> mklink /D _ ../src/lib
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).