formatCvt / reldens-skeleton

Reldens - Skeleton

Home Page:https://demo.reldens.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reldens - Game Skeleton

Based on the NPM package:

https://www.npmjs.com/package/reldens

Demo:

https://demo.reldens.com/

How to use this repository?

1 - Git Clone

$ git clone git@github.com: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 parcel-bundler@1.12.3.

$ npm install -g parcel-bundler@1.12.3

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

Check the installation guide:

https://www.reldens.com/installation

Support us! :)

If you like to contribute or donate to support the project please feel free to contact me at damian.pastorini@gmail.com.

Or:

ko-fi

Become a Patron!

About

Reldens - Skeleton

https://demo.reldens.com/

License:MIT License


Languages

Language:JavaScript 42.4%Language:HTML 30.3%Language:SCSS 18.7%Language:CSS 4.8%Language:Shell 3.7%