lecouey.me icon indicating copy to clipboard operation
lecouey.me copied to clipboard

lecouey.me - personal website

Logo

lecouey.me

Personal website built with NuxtJS, Tailwind CSS, GSAP and hosted on Netlify

Netlify Status

🛠 Installation & Set Up

  1. Install and use the correct version of Node using nodenv (or with any other NodeJS manager you like)

    nodenv install
    
  2. Install dependencies

    npm install
    
  3. Set environment variable

    cp .env.sample .env
    
  4. Start the development server

    npm start dev
    

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run generate
    
  2. Preview the site as it will appear once deployed

    npm serve
    

🎨 Color Reference

Color Light Dark
primary #8e4ec6 hsl(272, 51%, 54%) #8e4ec6 hsl(272, 51%, 54%)
foreground #1a1523 hsl(260, 25%, 11%) #ededef hsl(256, 6%, 93.2%)
background #fdfcfd hsl(300, 20%, 99%) #161618 hsl(246, 6%, 9%)
wash-background #6f6e77 hsl(252, 4%, 44.8%) #a09fa6 hsl(253, 4%, 63.7%)
wash-muted #f4f2f4 hsl(294, 5.5%, 95.3%) #232326 hsl(241, 5%, 14.3%)

📏 Code lint

Code Lint
js airbnb/base
vue vue/recommended
css stylelint/standard

♻️ 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://lecouey.me.


README inspired from @bchiang7