This repository hosts the ASSETS 2024 website:
- Production server: https://assets24.sigaccess.org/
- Test server: https://assets-conference.github.io/assets2024/
This project also uses next/font
to automatically optimize and load Inter, a custom Google Font.
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.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
To learn more about Tailwind, take a look at the following resources:
- Tailwind Documentation - learn about Tailwind features and API.
Feel free to make a GitHub Issue or email us, web-assets24@acm.org