Skip to content
hanwg edited this page Apr 27, 2025 · 1 revision

Welcome to the pdf-datatable wiki!

Development

This section describes how to setup a development environment for building the app.

Skills required:

  • React
  • JavaScript
  • HTML
  • CSS

Setting up your development environment

Pre-requisites: Node.js

  1. Clone the repository: git clone https://github.com/hanwg/pdf-datatable.git
  2. After cloning the repository, go to the project directory and run npm install to install the project dependencies.

Building the project

  1. Run npm run build.
  2. The output is in the docs folder.

Running locally

Run npm start to start a local development server. Your web browser should automatically launch and navigate to the app homepage.

Clone this wiki locally