dixit-online
dixit-online copied to clipboard
Client
Documentation for running the client?
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.
I tried these commands and only got errors:
$ npm install
... successful
$ npm run start
> [email protected] 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! [email protected] start: `ng serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
@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.