Creative Commons Search Portal
The Creative Commons team is committed to fostering a welcoming community. This project and all other Creative Commons open source projects are governed by our Code of Conduct. Please report unacceptable behavior to [email protected] per our reporting guidelines.
See CONTRIBUTING.md
.
For information on learning and installing the prerequisite technologies for this project, please see Foundational technologies — Creative Commons Open Source.
Use the following instructions to start the Project with docker compose.
-
Navigate to the creativecommon/search Project that you have cloned
-
Run the containers
docker compose up
-
After running the Above command, Docker will use the docker-compose.yml file and Build a local enivronment for you
-
Navigate to http://localhost:8080 in your browser and the app would be running.
-
stop the containers
To stop the app from running, simply open an another instance of terminal and type
docker compose down
or
You can simply revisit the existing terminal which is running the container and type
CTRL + C
Run the following command to format files with Prettier:
docker compose exec node prettier --write src/
LICENSE
: the code within this repository is licensed under the
Expat/MIT license.
The content/text within the project is licensed under a Creative Commons Attribution 4.0 International License.