Skip to content

rian-io/rianoliveira.dev

Repository files navigation

rianoliveira.dev

Netlify Status

This application is my web site. It has the purposes of study the technologies I like in front-end and to be a kind of notebook to general studies.

The design used is common in most of tools to build static sites, like Hugo, if you want to use it without programming to much.

Made with

Deployed at Netlify using GitHub integration.

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

#yarn
yarn dev

#npm
npm run dev

Production

Build the application for production:

#yarn
yarn build

#npm
npm run build

Build the static site:

#yarn
yarn generate

#npm
npm run generate

Locally preview production build:

yarn preview

npm run preview

Checkout the deployment documentation for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published