Coder Social home page Coder Social logo

initiative's Introduction

Initiative

This is a very simple, distributed initiative tracker for role-playing games. Our party uses it to submit and track our initiative scores while playing D&D over video chat.

Local Project setup

npm install

Compiles and hot-reloads for development

  1. Create an Azure Table storage account and read/write connection strings

  2. Create api/local.settings.json with connection strings to Azure Table storage

{
  "IsEncrypted": false,
  "Values": {
  "MyStorageConnectionAppSetting": "",
  "AZURE_STORAGE_CONNECTION_STRING": "",
  "FUNCTIONS_WORKER_RUNTIME": "node"
  }
}
  1. To start the local Azure Functions runtime
cd api
func host start
  1. To start the local Vue web server
npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Azure setup

This project is meant to be deployed as an Azure Static Web App from a github repository.

  1. Create an Azure Table storage account and read/write connection strings

  2. Add application settings to the Static Web App configuration.

{
  "MyStorageConnectionAppSetting": "",
  "AZURE_STORAGE_CONNECTION_STRING": "",
  "FUNCTIONS_WORKER_RUNTIME": "node"
  }
}
  1. Deploy repository contents to the Static Web App.

  2. (optional) Configure a custom domain for the Static Web App.

initiative's People

Contributors

jmutchek avatar dependabot[bot] avatar msftgits avatar

Watchers

 avatar

initiative's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.