Skip to content

formatCvt/reldens-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [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

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 [email protected].

Or:

ko-fi

Become a Patron!

About

Reldens - Skeleton

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.5%
  • HTML 30.3%
  • SCSS 18.7%
  • CSS 4.8%
  • Shell 3.7%