https://github.com/dataesr/tableaux
Remplacement de tableau
https://github.com/dataesr/tableaux
tableaux
Last synced: about 1 month ago
JSON representation
Remplacement de tableau
- Host: GitHub
- URL: https://github.com/dataesr/tableaux
- Owner: dataesr
- License: mit
- Created: 2023-06-27T08:30:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-05T13:38:40.000Z (about 1 month ago)
- Last Synced: 2026-05-05T15:30:15.387Z (about 1 month ago)
- Topics: tableaux
- Language: TypeScript
- Homepage:
- Size: 47.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TABLEAUX
## Development
TABLEAUX 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/.
## Serve localy
To create build: `npm run build`
To run local server: `serve -s server/dist` (requirement: install serve. `npm -g serve`)
## 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.