LinkShare is a platform built with Django for sharing links. It provides a user-friendly interface for users to share and discover interesting links on various topics.
Follow these steps to get LinkShare up and running on your local machine:
Clone the repository:
git clone https://github.com/linkshare/linkshare.git
Navigate to the project directory:
cd linkshare
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
For Windows:
venv\Scripts\activate
For macOS/Linux:
source venv/bin/activate
Install the required dependencies:
pip install -r requirements.txt
Set up the database:
python manage.py migrate
Create a superuser account:
python manage.py createsuperuser
Start the development server:
python manage.py runserver
Access LinkShare in your web browser at http://localhost:8000
.
Contributions are welcome! If you would like to contribute to LinkShare, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix:
git checkout -b feature-name
Make your changes and commit them:
git commit -m "Your commit message"
Push your changes to your forked repository:
git push origin feature-name
Open a pull request in the main repository and provide a clear description of your changes.
jstools
foldercd jstools
npm install tailwindcss autoprefixer clean-css-cli
npm run build
npm run build
This project is licensed under the MIT License.
If you have any questions or suggestions, feel free to contact the project maintainer at [email protected].