Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 419 Bytes

Project ASTRO API

Usage

  1. Build code with npm run build

  2. Start server with npm start

  3. To start server in development mode, use npm run dev

Installation

  1. Install dependencies npm install

  2. Build and run code!

Prevent Git from Tracking config.ts

  1. Change the file you do not want to be tracked.

  2. Run the following command: git update-index --assume-unchanged src/utils/config.ts