https://github.com/dataesr/datasupr
Remplacement de tableau
https://github.com/dataesr/datasupr
tableaux
Last synced: 3 months ago
JSON representation
Remplacement de tableau
- Host: GitHub
- URL: https://github.com/dataesr/datasupr
- Owner: dataesr
- License: mit
- Created: 2023-06-27T08:30:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T11:08:28.000Z (3 months ago)
- Last Synced: 2026-03-02T13:22:36.615Z (3 months ago)
- Topics: tableaux
- Language: TypeScript
- Homepage:
- Size: 45.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.