/devign_landingpage

🛰 Temporary page for Devign.it with Three.js

Primary LanguageJavaScriptMIT LicenseMIT

Devign temporary

Temporary page for Devign.it until the full website is finished. Based on Playground Starterkit from Corentin. Although I'd like to wrote all the Three.js code myself; I couldn't. Big s/o to Vaalentin for the awesome dissolving background.

Following instructions are copied from the original README.md. Please contact me if you have any further questions <3

Including

Before everything

  • You'll need Node (which includes NPM).
  • Install Gulp using npm install -g gulp. This installs Gulp globally and is needed later.
  • Clone this repo to your local computer
  • Edit project.json with your datas
  • Install the nodes modules
$ npm install

Run the project

There is three kind of environments available : dev, staging, live. To change the config of each environement you need to edit the project.json file.

  • Build and watch the app with development configs
$ npm start
  • Build app with staging config
$ npm run staging
  • Build app with live configs
$ npm run live

License

MIT