Skip to content

Latest commit

 

History

History
108 lines (87 loc) · 5.63 KB

README.md

File metadata and controls

108 lines (87 loc) · 5.63 KB

ac.tech

🚀 Personal website and portfolio using Nuxt.js 3

Prerequisites: node.js, git.

My personal website built with Nuxt.js 3, a modern framework that makes web development intuitive and powerful with Vue components, hybrid rendering, SEO, and more. The website showcases my skills, projects, interests, and blog posts.

Installation and usage

Clone the repository:

git clone https://github.com/4ngel2769/ac.tech.git my-website

Enter the directory:

cd my-website

Now install the dependencies using you favorite package manager:

npm install
yarn install
pnpm install
bun install # experimental

To start a development server with hot reload, run one of this command:

npm run dev -- -o
yarn dev --open
pnpm dev -o
bun run dev -o # experimental

This will start a local instance on port 3000 and open it in your default browser.

Features roadmap

Status Feature
Cool styling
Decent SEO
About & links
〰️ Blog page
☑️ Resume

Technologies, Tools, and Resources

  • Nuxt.js 3: The intuitive Vue framework that powers the website
  • Tailwind CSS: The utility-first CSS framework that styles the website
  • GitHub API: The API that fetches data from my GitHub repositories