An open API service indexing awesome lists of open source software.

https://github.com/dataesr/datasupr

Remplacement de tableau
https://github.com/dataesr/datasupr

tableaux

Last synced: 3 months ago
JSON representation

Remplacement de tableau

Awesome Lists containing this project

README

          

# DATASUPR

## Development

DatasupR is fully functional in development.

node: 24

Please build the app before starting it:
`npm ci --silent && npm run build --mode=staging`

To install it : `npm i`
To run it locally : `npm start`

And the project should be available via your favorite browser at http://localhost:5173/.

## Build for production

The react client app is served by the node server in production.
Vite build creates a build in `/dist` folder. This folder has to be moved into the `/server` folder.

## Deployment

The version number follows [semver](https://semver.org/).

To deploy in production, simply run this command from your staging branch :

`npm run deploy:[patch|minor|major]`
⚠️ Obviously, only members of the dataesr organization have rights to push on the repo.