About the project | Technologies | Getting started | License
-
This is a personal website I created to enhance my web development skills. Built with the Nuxt framework, it showcases a focus on modern, scalable practices like server-side rendering, static site generation, and modular design. This project reflects my commitment to clean, maintainable code and serves as both a learning tool and a portfolio piece.
Clone the project and access the folder
$ git clone https://github.com/FriedWingis/nuxt-tailwind.git && cd nuxt-tailwindInstall and access the dev env
# Install the dependencies
$ npm install
# Start the dev environment
$ npm run devGenerate files
# Generates a completed version of
# your project ready for static web hosting.
$ npm run generateThis project is licensed under the MIT License.
