Skip to content

ASSETS-Conference/assets2024

Repository files navigation

ASSETS 2024

This repository hosts the ASSETS 2024 website:

Technologies Used:

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

Getting Started

Core Dependencies

This project is built upon NextJS, which in turn is built upon NodeJS. Please ensure that NodeJS and npm is installed and running on your computer before proceeding.

Running

First, please install all dependencies listed within the package.json file, this can be doen by running the following commands:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Once that is complete to run the development server, do the following:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result. You'll note that if you modify any of the files within the directory structure that the changes will immediately be reflected on the development site.

Learn More

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

To learn more about Tailwind, take a look at the following resources:

Need Help?

Feel free to make a GitHub Issue or email us, web-assets24@acm.org