Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.94 KB

README.md

File metadata and controls

75 lines (49 loc) · 1.94 KB

Evo Galleria

Evo Galleria

Discover an exceptional of my selected EVs collection.

Lighthouse Scores

Lighthouse Scores

  • 🟢 Performance: 100
  • 🟠 Accessibility: 86
  • 🟢 Best Practices: 100
  • 🟢 SEO: 100
  • ⚫️ Progressive Web App: N/A

Demo

View a live demo of the Evo Galleria prototype version.

Tech Stack

Creating a project

npx create-next-app@latest

✅ TypeScript
✅ ESLint
✅ TailwindCSS
❌ `src/` directory
✅ App Router
❌ Import alias

Running Locally

Clone this repository :

> git clone [email protected]:GrungeElFz/NextJS_Evo.Galleria.git

> cd NextJS_Evo.Galleria

> code .

> npm i

> npm run dev
  • Open http://localhost:3000 with your browser to see the result.

  • You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

  • This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.JS, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.JS.

Check out our Next.JS Deployment Documentation for more details.