Skip to content

devign-it/devign-it_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌞 A quick digital resume for summer 2018

Created a very static timeline and digital resume website. Includes a bit about me and some recent works. Big WIP for now. From design to development to live < 48 hours.

Important note

Switch to the react branch to follow latest updates towards new release 1st May 2019 πŸ’β€β™‚οΈ

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

Releases

No releases published

Packages

No packages published