Skip to content

wolkenkit-nevercompletedgame is a wolkenkit implementation of nevercompletedgame.com.

Notifications You must be signed in to change notification settings

thenativeweb/wolkenkit-nevercompletedgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolkenkit-nevercompletedgame

wolkenkit-nevercompletedgame is a wolkenkit implementation of nevercompletedgame.com.

teaser

What is wolkenkit?

wolkenkit is a CQRS and event-sourcing framework for JavaScript and Node.js. wolkenkit uses an event-driven model based on DDD to setup an API for your business in no time. This way, wolkenkit bridges the language gap between your domain and technology.

wolkenkit.io

For more details on wolkenkit see the wolkenkit documentation.

Installation

To run a wolkenkit application, you first need to install wolkenkit. For this, see the installation guide for macOS, Linux, Windows, or Docker Machine.

Quick start

First you need to start the nevercompletedgame wolkenkit application. Change to the directory where you have installed the application to, and run the following command:

$ wolkenkit start

Once you get the message that the wolkenkit application is running, change to the client directory, run npm install, and then run the client application using the following command:

$ npx roboter serve

License

Copyright (c) 2017-2018 the native web.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Licenses.