Skip to content

Official Website of ACM Multimedia Asia 2021 Conference

License

Notifications You must be signed in to change notification settings

visatlas/mmasia2021

Repository files navigation

ACM MMAsia 2021

This project is for the ACM MMAsia 2021 main website.

Installation

First, clone the repository and install the Gatsby CLI and project dependencies:

cp .env.example .env
npm install -g gatsby-cli
yarn

Then, host the project locally by running:

gatsby develop

Open http://localhost:8000 in your browser.