Skip to content

inwardmovement-archives/mettaconseil

Repository files navigation

To develop locally

  • Install Hugo (see version in workflow file)
  • Install Node.js via nvm (see version in workflow file)
    • On Windows:
      • Install nvm-windows
      • Run nvm install [Node.js version] (in an Admin shell)
      • Run nvm use [Node.js version] (in an Admin shell)
    • On OSX and Linux:
      • Install nvm
      • Run nvm install [Node.js version]
      • Run nvm use [Node.js version]
  • Install dependencies: npm i
  • Install Netlify CLI, gulp-cli, PostCSS CLI and Autoprefixer globally: npm i -g netlify-cli gulp-cli postcss-cli autoprefixer
  • Clone the repo and run npm start from root