/teo-conan-cv

Primary LanguageJavaScriptOtherNOASSERTION

Téo Conan CV 2021

Web curriculum vitae 2021 Téo Conan

Template "Mikael" by VLTheme

This template are under Themeforest regular license. Please check : https://themeforest.net/licenses/terms/regular

System requirements

  • Node 14-16
  • NPM
  • Gulp

Installing

To install this project, you have to clone this repository, install NPM dependencies and setup ENV vars.

git clone git@github.com:TeoConan/teo-conan-cv.git
cd teo-conan-cv-2021/
npm install

Usage

Development

To develop your project, first run npm start command to watch changes and auto-compile app

cd teo-conan-cv-2021/
npm start

For M1 users, you'll need to rebuild node-sass package with a node-arm version using nvm

nvm install 14 --shared-zlib
npm rebuild node-sass

Next to this, access to /dist/index.html

Well done !

Production

Build your dist folder with :

npm run build

Nothing special to do except to serve the dist folder through your web server.

Official servers

License

Téo Conan CV 2021 is licensed under the Creative Commons BY-NC-ND license.