Skip to content

zelen-sv/portfolio

Repository files navigation

Logo

zelen-co.com

Personal website and Blog built with NuxtJS, GraphCms and hosted on Netlify

Netlify Status

⚙️ Tech Stack

  • Hosted on Netlify
  • GraphCms as Headless CMS
  • BEM as CSS naming convention
  • Nuxt.js frontend framework

🛠 Installation & Set Up

  1. Install dependencies

    npm install
  2. Set environment variables

    touch .env
  3. Start the development server

    npm start dev

🚀 Building and Running for Production

  1. Build for production and launch server

    npm run build
  2. Generate static project

    npm run generate

🎨 Color Reference

Color Hex
Primary #78FFF1 #78FFF1
Background #392B99 #392B99
Text #8A9EFF #8A9EFF
Dark blue #29217A #29217A
Light #FFFFFF #FFFFFF

♻️ Forking this repo

Feel free to fork this repo. If you do, please let me know so I can see what beautiful things you did with it. If you use it as your perosnal website, don't forget to credit me by linking back to my website, https://zelen-co.com.


README inspired from @lecoueyl