Skip to content

naver-ai/aacesstalk

This branch is 13 commits ahead of naver-ai/chacha:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e6875a · Mar 28, 2025

History

39 Commits
Mar 28, 2025
Feb 5, 2025
Jan 20, 2024
Jan 24, 2024
Jan 27, 2025
Jan 24, 2024
Sep 29, 2024
Sep 30, 2024
Sep 29, 2024
Jan 24, 2024
Mar 28, 2025
Jan 27, 2025
Jan 20, 2024
Jan 26, 2024
Jan 20, 2024

Repository files navigation

AACessTalk Project Website

https://naver-ai.github.io/aacesstalk/

How to Run

Prerequisite

  • Node.js (tested on 18.17.0) - Recommend to use nvm.

Running Website on Development Mode

  1. Install dependencies
    > npm install
  2. Run development server
    > npm run dev
  3. If a web browser does not open automatically, visit http://localhost:3000.

Modifying Web Page Content

  • Start editing ./app/App.tsx. This React component defines the basic content structure of the main page.
  • ./app/sections/ directory contains individual subsections of the main page.
  • For any PDF files for your preprint, put them in ./public/. The name can be artibrary. The build processor will automatically grab all PDF fils in that directory. On webpage, link them with a relative URL like ./public/[FILE_NAME]. Refer to ./app/sections/Abstract.tsx for example.

Deploying Website to Github Pages

  1. Change public url in package.json:
     "build": "rm -rf dist && rm -rf .parcel-cache && rm -rf .cache && parcel build index.html ./public/*.pdf --public-url https://naver-ai.github.io/aacesstalk",
    Replace the public-url argument value 'https://naver-ai.github.io/aacesstalk' with the domain you are using.
  2. Run deployment script:
    > npm run deploy

Author

Young-Ho Kim (NAVER AI Lab) [email protected], http://younghokim.net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.6%
  • CSS 7.4%
  • HTML 4.5%
  • JavaScript 0.5%