Personal website built with NuxtJS, Tailwind CSS, GSAP and hosted on Netlify
-
Install and use the correct version of Node using nodenv (or with any other NodeJS manager you like)
nodenv install
-
Install dependencies
npm install
-
Set environment variable
cp .env.sample .env
-
Start the development server
npm start dev
-
Generate a full static production build
npm run generate
-
Preview the site as it will appear once deployed
npm serve
Code | Lint |
---|---|
js | airbnb/base |
vue | vue/recommended |
css | stylelint/standard |
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