- Includes complete front-end and back-end code.
- Support deployment both locally and in the cloud.
- Fully based on open source and can be used for commercial purposes.
# Install web dependencies
npm install
# Install server dependencies
pip install -r requirements.txt -U# Start server on localhost:8080
lep photon run -n tryemoji -m photon/main.py --local# Start web server on localhost:3000
npm run dev