mrlemoos / ef-manchester-augmented-reality-earth-day-project-kukulcan-pyramid

The Earth Month project at EF Manchester - website

Home Page:https://ef-manchester-augmented-realit-leonardo-lemos-projects-68535f8a.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EF Manchester - Earth Month Project ♻️

This task of choosing a monument to build from recycled materials was given to all classes as April housed the Earth Day celebrations.

For this project, my classmates and I chose Kukulcán's Pyramid - one of the New Seven Wonders of the World.

image

Overview

We're using pnpm as the package manager.

Development Server

To start up the development server, it's necessary to install the dependencies first (if you haven't installed it yet).

pnpm run dev

Build and Production Server

To start up the production server, it is first required to build the project with the following command:

pnpm run build

After the build process is complete, run the production server:

pnpm run start

Stack

This project uses Next.js as the React Framework with TailwindCSS as the CSS (Cascading Style Sheet) framework.

As this project was a simple and small one, we decided to write it with JavaScript.

Fonts

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

Learn More about Next.js

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

We've deployed our application to 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.

You can access our application by clicking here.

About

The Earth Month project at EF Manchester - website

https://ef-manchester-augmented-realit-leonardo-lemos-projects-68535f8a.vercel.app


Languages

Language:JavaScript 97.2%Language:CSS 2.8%