Skip to content

Latest commit

 

History

History
 
 

documentation-website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@idrinth/api-bench/website

Description

Website made using React to show the ideas behind the API benchmark implementation portraying the provided README.

Installation

npm install

Running the app

# development
npm run start
# watch mode
npm run :dev
# production mode
npm run start:prod