A tool that facilitates the participation of Micro, Small, and Medium businesses (MSMEs) in the Colombian public procurement market.
To download the repo dependencies run
npm install
As the build system is Vite, the variables name should start with VITE_
For VS Code Intellisense to recognize the new variables declare them in the file src/vite-env.d.ts
These are the commands available in package.json
Command | Description |
---|---|
npx vite |
Runs dev server with the HMR locally on port 3000 |
npx tsc && npx vite build |
Builds optimized app package in the dist directory |
npx vite preview |
Runs server using the dist folder from a build |
npx storybook dev -p 6006 |
Runs a Storybook locally on port 6006 |
npx storybook build |
Builds static app with a Storybook's content |
For translations, the project is using the Transifex service.
The specific implementation being used is: Transifex Native SDK
For specific instructions on how to use the available components, please refer to:
https://www.npmjs.com/package/@transifex/react
It's necessary to use the Transifex CLI in order to push content to the service server.
For detailed instructions on installing the CLI, please refer to:
https://www.npmjs.com/package/@transifex/cli
To upload the current strings to the Transifex server for translation, execute the following command, we must be positioned within the /src directory of the project
npx txjs-cli push --token=[transifex-token] --secret=[transifex-secret]