Welcome to WorldNote! Share your memories and experiences with strangers around the world.
WorldNote is an innovative platform that allows users to leave notes on a global map, sharing their memories, experiences, and more with people everywhere.
WorldNote is currently in beta and constantly evolving. We appreciate and welcome contributions from the community to help improve the platform. You can contribute by submitting pull requests.
dev
repository.To deploy WorldNote, follow these steps:
Clone the Repository: First, clone the WorldNote repository to your local machine:
git clone https://github.com/RyuAtelier/WorldNote.git
cd WorldNote
Install Dependencies: Install all required dependencies using npm:
npm install
npm install --only=dev
Development Mode: If you want to work on the project and need automatic re-deployment on file changes, use:
npm run dev
This command sets up a development environment and watches for changes in the directory.
Production Deployment: For a production deployment, use your deployment script (deploy.sh
). Ensure the script is correctly configured for your production environment.
By following these steps, you can effectively set up and deploy WorldNote in both development and production environments.
WorldNote is released under a custom license that encourages contributions while restricting standalone deployment. For detailed information, please refer to the LICENSE file in the repository.
If you have any questions, suggestions, or feedback, feel free to reach out to us through the repository's issue tracker or via [email protected].