Giter Club home page Giter Club logo

renaissance's Introduction

Renaissance

Renaissance is a system for text-based embodied roleplaying, It's meant for people to create virtual environments in which they can collaboratively tell stories by taking on the roles of certain characters. The primary focus is on free-form in-character actions, but there's also some support for mechanical systems and out-of-character communication to support this kind of roleplaying.

Starting the server

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Make sure local DynamoDB is running
  • Make sure you have valid config in dev.secrets.exs
    • TODO: Notes on how to set up this file and what needs to be there.
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Local DynamoDB

To start DynamoDB locally:

  • You'll need docker running locally. This is beyond the scope of this readme.
  • Start DynamoDB on localhost:8000 with: docker run -p 8000:8000 amazon/dynamodb-local

First setup:

  • The very first time you use a fresh Dynamo instance, run mix ecto.migrate --step 0 to set up the table used for migrations.
  • Whenever there is a migration to run, run mix ecto.migrate to do it.

Phoenix Default Info

Ready to run in production? Please check our deployment guides.

Learn more

renaissance's People

Contributors

jwodicka avatar kaivex avatar

Stargazers

 avatar

Watchers

 avatar  avatar

renaissance's Issues

UTF newlines may be unnecessary in DB

We're done some work to use UTF paragraph separators, but dynamo may be able to support newlines of various sorts, and we could simply look for those and wrap them in html p tags for display.

We need to do some investigating of exactly what works where.

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.