Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (29 loc) · 882 Bytes

Contributing

The main components of the project are:

/frontend - Client side app, made with react and bundled using Vite.

/backend - Express server that stores data and files using Deta Base / Deta Drive.

Spacefile - configuration for deploying this app to Deta Space

Front End

  1. Install frontend dependencies:
npm run install:frontend
  1. Start app in development mode:
npm run dev:frontend

Frontend and Backend

  1. Install and setup Space CLI
  2. Create a new Space project:
space new
  1. Install frontend and backend dependencies together:
npm run install
  1. Start app in development mode:
npm run dev

This will start both the frontend and backend Micros, connect them to your projects development data and emulate the Space routing.