This project was bootstrapped with [Create Vite App](https://github.com/vitejs/vite-plugin-react).
npm install @spaceandtimelabs/dapp-mi-space-timeThis project was bootstrapped with Create Vite App.
> Dapp is a decentralized analytics application for a radically futuristic interface for querying data.The user will have a new way to visually explore data sources and manage activity on the platform. It will enable users to quickly visualize results, set up new dashboards,and manage their systems.
This project requires NodeJS (version 16 or later), YARN (version 1.22 or later) and NPM.
Node, Yarn and NPM are really easy to install.
To make sure you have them available on your machine,
try running the following command.
``sh`
$ npm -v && node -v && yarn -v
7.24.0
v16.10.0
1.22.22
- Project Name
- Prerequisites
- Table of contents
- Getting Started
- Installation
- Usage
- Serving the app
- Running the tests
- Building a distribution version
- Serving the distribution version
- Folder Structure
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
`sh`
$ git clone https://github.com/spaceandtimelabs/dapp.git
$ cd dapp
To install all dependency and set up the application, run:
`sh`
$ yarn install
Make a copy of the .env.staging file to .env
or npm on these steps_$3
`sh
$ npm start
`App will be available on http://localhost:5173/.
_Obs: when you access
/ it might still be a placeholder. Navigate on the right nav bar to go to working screens e.g. /queries/new__Obs: After you finish all your code changes, run
yarn tsc to verify that when merging your PR the build CI will succeed (it will save you from needing to rework in case the build fails)._$3
`sh
$ npm run build
`This task will create a distribution version of the project
inside your local
build/ folder$3
`sh
$ npm run serve
`This will use
lite-server` for serving your alreadyNote this requires
Building a distribution version first.