41435aa4fce0cfa1a0b97bc0a9283bfdd949ad6c
- Dashboard.jsx - DrivethruLandingPage.jsx - NotFoundPage.jsx Also, added key:value pairs (English + French for now) for all the text in src/locales.
Skycrate
Versions
- Hadoop: 3.4.1
- Java: 17
- Node: 22.14.0
- NPM: 10.9.2
How to run?
Important
- Clone this repository:
git clone https://git.kska.io/notkshitij/Skycrate.git
- Change into the directory:
cd ./Skycrate
- Create a
.envfile inside the directory containing the following variables:
MYSQL_PASSWORD=<set-a-strong-password>
Note
Please choose a strong password, since it will be used for your MySQL database.
- Execute the Docker Compose file:
docker-compose -f docker-compose.yaml up -d
Tip
Use
-dflag to run in detached mode.
- Visit
localhost:8080to enjoy using Skycrate!
Note
To stop and remove all the containers, run
docker compose down
Description
Languages
PostScript
99.7%
JavaScript
0.3%