avezqureshi14 / cloudflare-d1-r2-apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your local machine. You can download and install them from here.
  • Proper understanding of Typescript.

Getting Started

To get a local copy up and running follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/avezqureshi14/cloudflare-d1-r2-apis.git
  2. Navigate into the project directory:

    cd ./cloudflare-d1-r2-apis
  3. Install dependencies:

    npm install

Development

To start the development server, run:

npm start

Build

To build the production version of the application, run:

wrangler deploy

This command generates an optimized production build of your application.

About


Languages

Language:TypeScript 100.0%