https://www.npmjs.com/package/reldens
1 - Git Clone
$ git clone [email protected]:damian-pastorini/reldens-skeleton.git ./game
2 - Go into the folder and run NPM
$ cd ./game && npm install
3 - By default Parcel is disabled locally so to continue with the manual installation ake sure you have Parcel installed globally:
NOTE: there are some known issues with latest version so as temporal fix we are using [email protected].
$ npm install -g [email protected]
4 - Install the default skeleton theme (I've included two different scripts in the package.json for Windows and Linux)
IMPORTANT: Windows users will need to use GitBash for Windows (will fix this in the next release).
$ npm run windowsInstallSkeleton
or $ npm run linuxInstallSkeleton
This will re-generate the theme folder and all the required files in your project root, at the same time it will update the dist folder.
5 - I'm assuming you have a DB ready to be used, so you can get the dump from:
https://github.com/damian-pastorini/reldens/tree/master/migrations/production
-
Deploy it locally and change set the proper variables in the .env file and the knexfile.js.
-
Once the installation and the database are ready you will be able to run:
$ npm start
- Browse: http://localhost:8080/ and ENJOY!
https://www.reldens.com/installation
If you like to contribute or donate to support the project please feel free to contact me at [email protected].
Or: