/galerie-gaia

🎨 Galerie Gaïa website

Primary LanguageJavaScriptOtherNOASSERTION

Galerie Gaïa

This site was generated by www.stackbit.com, v0.2.82. Stackbit Exto Theme original README is located here. The content of this site is managed by Forestry. Visit https://forestry.io to manage site content.

Running Your Site Locally

  1. Install Node.js and npm
  2. Install npm dependencies: npm install
  3. get "stackbit-api-key" from project menu in Stackbit dashboard
  4. run the following command to assign this key to STACKBIT_API_KEY environment variable: export STACKBIT_API_KEY={stackbit_netlify_api_key}
  5. run the following command to fetch additional site contents from Stackbit if needed: npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5e3f397fe32af10019202ebc
  6. Starts a development server: npm run develop
  7. Browse to http://localhost:8000/

Restore a deleted file with git history

  1. git log --all --full-history -- static/forestry/[file-name]
  2. git checkout [DELETE_COMMIT_SHA]^ -- static/forestry/[file-name]
  3. npx gulp