LordLike is Decentralized Internet Organization.
Our mission is to serve as a source of knowledge and utilities in web 3.0 - the new era of the internet with more decentralized and smart experience.
🔑 Participate in governance, join the LordLike DAO.
For local deployment:
- git clone git@github.com:LordLike-eth/lordlike.protocol.git
- source venv/bin/activate
- pip install -r requirements.txt
- pip install django
- pip install django-widget-tweaks
- pip install django-cors-headers
- pip install material
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver