jminuscula / dixit-online

Online version of the Dixit boardgame
MIT License
76 stars 21 forks source link

Client #1

Open ktheodosiou opened 4 years ago

ktheodosiou commented 4 years ago

Documentation for running the client?

jminuscula commented 4 years ago

hey @ktheodosiou unfortunately the client is not yet developed, only designed. You can build it yourself and see the work in progress with

(client)$ npm install
(client)$ npm run start

But you'll find nothing at this moment unfortunately.

sw-tracker commented 4 years ago

I tried these commands and only got errors:

$ npm install
... successful
$ npm run start

> dixit-online-client@0.0.0 start C:\git_hub\dixit-online\client
> ng serve

The serve command requires to be run in an Angular project, but a project definition could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dixit-online-client@0.0.0 start: `ng serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dixit-online-client@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
jminuscula commented 4 years ago

@sw-tracker yeah, sorry about that. Looks like the frontend was way further behind on its dependencies than I remembered. I've started upgrading the libraries on the frontend/upgrade-ng9 branch, but there are still a few compiler errors.

In any case the web client is far from complete, so plenty of work to do before this can be used for playing.