Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

SingleStore Elegance SDK Remix Template

Attention: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the SingleStore Forums to ask questions about this repository.

Installation

You can install this template by running:

npx create-singlestoredb-app

Start Development Environment

  1. Sign up for SingleStore and create a database
  2. Create an .env file based on the .env.sample file
  3. Install dependencies once by running: npm i
  4. Start development environment by running: npm run dev
  5. Open http://localhost:5173 with your browser.

Start Production Environment

  1. Sign up for SingleStore and create a database
  2. Create an .env file based on the .env.sample file
  3. Install dependencies by running: npm i
  4. Build the application once by running: npm run build
  5. Start the application by running: npm run start
  6. Open http://localhost:5173 with your browser.