Skip to content

PoPodada/tsumaziro-ichipiro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAQ App

Install prerequisites

  • Node.js (18.x or newer)

Install & Start development mode

  1. Create your account on Scrapbox. (if you don't have one)

  2. Create a new project on Scrapbox.

  3. Open config/development.env and edit the value of SCRAPBOX_PROJECT_TITLE.

    SCRAPBOX_PROJECT_TITLE="YOUR_PROJECT_TITLE"
    
  4. Install dependencies.

    npm clean-install
    
  5. Generate FAQ data.

    npm run generate
    
  6. Start servers.

    npm run watch:api
    npm run watch:front
    

Then Web and API server will start on the following ports.

  • Web server: http://localhost:3000
  • API server: http://localhost:8000

Update FAQ data

FAQs are generated from a Scrapbox project set up in config/development.env.

To update the FAQs, execute the following command after updating the page in the Scrapbox project.

npm run generate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.3%
  • JavaScript 18.7%
  • CSS 4.3%
  • Other 1.7%