Code Monkey home page Code Monkey logo

unteris's Introduction

Unteris

This project was generated using Nx.

Welcome to the World

Unteris is a D&D Homebrew setting written and developed by my partner. All credit for information about the world goes to them. This repository is the website that I am working on for displaying the information they come up with to make it easier to track changes, and share the information with other players and Dungeon Masters as the campaign setting grows.

The (Code) Design

Currently, the front end is being written in React while using NestJS as the server side framework all withhin this wonderful Nx monorepo. nest-commander is being used as a CLI builder to integrate with Kysely to handle migrations via its own "application" in Nx's terms. Migrations are written to their own library directory, and all new react components go into separate libraries as well to help keep builds short making use of Nx's computational caching.

Currently hosted via a banana pi in my office.

Running Locally

If you really can't wait to see what this is all doing you can follow th steps below

Prereqs

  1. NodeJS preferrably current (18 and above)
  2. A package manager, I use pnpm and do not guarantee yarn or npm will work the same
  3. Docker-compose
  4. Your own creativity when it comes to filling in the database as those seeds are not yet created

Steps

  1. Clone the repo and move to the directory
  2. Run docker compose up -d to start the database
  3. Run pnpm nx run kysely-cli:migrate to build and run the migrations
  4. Run pnpm nx run server:serve to start the server on port 3333
  5. Run pnpm nx run site:serve to start the site on port 4200

Keep in Touch

I'll be working on this in the free time that I have, as I really want to see it all come together. Feel free to use this project as inspiration for your own or learn how I'm connecting Nx libraries and applications together. Otherwise, you can just watch the project and see what becomes of it.

Any major questions I guess you can raise an issue or email me about it

unteris's People

Contributors

jmcdo29 avatar

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.