Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jabez007/arcanaeum
- Owner: jabez007
- Created: 2019-03-09T04:10:34.000Z (over 5 years ago)
- Default Branch: vue
- Last Pushed: 2023-01-03T17:33:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T17:08:34.388Z (over 1 year ago)
- Topics: babylonjs, cipher, cipher-algorithms, ciphers, codemirror, cryptography, konva, konvajs, python, skulpt, vue, vue-codemirror, vue-konva, vue-markdown, vue-router, vuejs, vuejs2, vuetify
- Language: Vue
- Homepage: https://jabez007.github.io/arcanaeum
- Size: 69.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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/).