Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compolabs/spark-frontend-config
https://github.com/compolabs/spark-frontend-config
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compolabs/spark-frontend-config
- Owner: compolabs
- Created: 2024-08-22T07:01:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T06:42:19.000Z (3 months ago)
- Last Synced: 2024-11-15T15:43:27.162Z (3 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to Update and Integrate the Configuration in the Spark Frontend
> [!NOTE]
> Latest version - 1.7.0To update the configuration for the Spark Frontend, follow these steps:
1. **Update the Configuration Repository**:
- Navigate to the configuration repository: [Spark Frontend Config](https://github.com/compolabs/spark-frontend-config).
- Make the necessary changes to the configuration files.
- After making changes, update the version number in the `package.json` file to reflect the new version of the config.
- Build the new version of the configuration by running the following command:
```bash
pnpm run build
```
- Once the build is complete, commit and push the changes to the repository.2. **Update the Frontend Project**:
- Go to the frontend repository: [Spark Frontend](https://github.com/compolabs/spark-frontend).
- Delete the existing `config.json` file located in the `src` directory.
- Start the frontend project. The project is configured to automatically pull the latest version of the configuration from the configuration repository.3. **Verify and Commit**:
- After the project pulls the new configuration, thoroughly test the application to ensure that the new configuration works as expected.
- Once verified, commit the changes to the frontend repository and push them to the remote repository.