Skip to content

naver-ai/chacha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8e17c2 · Mar 10, 2024

History

26 Commits
Mar 10, 2024
Mar 10, 2024
Jan 20, 2024
Jan 24, 2024
Jan 26, 2024
Jan 24, 2024
Jan 31, 2024
Jan 26, 2024
Jan 26, 2024
Jan 24, 2024
Jan 24, 2024
Jan 26, 2024
Jan 20, 2024
Jan 26, 2024
Jan 20, 2024

Repository files navigation

ChaCha Project Website

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

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/chacha",
    Replace the public-url argument value 'https://naver-ai.github.io/chacha' 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