Skip to content

alfredomtzrmz/my-website-2024

Repository files navigation

Alfredo Martinez - Portfolio Website (Nuxt 3) 🚀

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

SSL Certificate

First, install mkcert. Then generate an SSL certificate for alfredom.test.dev:

mkdir certificates
cd certificates
mkcert alfredom.test.dev

Add the hostname to your /etc/hosts file:

sudo echo "127.0.0.1 alfredom.test.dev" || sudo tee -a /etc/hosts

Development Server

Start the development server on https://alfredom.test.dev:3000:

yarn dev

About

Brand new website with NuxtUI and TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published