Skip to content

Foo54/herald

 
 

Repository files navigation

Herald, frontend for Writtn Realms.

Herald is the code for the game of https://writtenrealms.com, as well as its world editor. It is written in Vue.js, using TypeScript and SASS.

Development

To run the frontend locally against the production Written Realms backend, install the porject and then run it with Vite:

npm install
npm run dev

Development against a local backend

If you are running a local copy of the Written Realms backend, update the API and Websocket endpoints if necessary in .env.dev then run:

npm install
num run dev-local

Docker setup

To run the frontend in a Docker container, run:

docker build -t herald .
docker run --rm -p 5173:80 herald

About

Frontend for https://writtenrealms.com (fixed a small bug with deleting assignments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 78.6%
  • TypeScript 16.3%
  • SCSS 4.7%
  • CSS 0.1%
  • HTML 0.1%
  • Dockerfile 0.1%
  • JavaScript 0.1%