Skip to content

cacarrot/RINE

Repository files navigation

icon

RINE

LINE modoki web application, written in ReactJS.

🚀 Run

npm i
export REACT_APP_A3RT_TALK_API_KEY=$YOUR_A3RT_TALK_API_KEY
export REACT_APP_A3RT_IMAGE_SEARCH_API_KEY=$YOUR_A3RT_IMAGE_SEARCH_API_KEY
export REACT_APP_NOBY_API_KEY=$YOUR_NOBY_API_KEY

# Development
npm start
-> https://localhost:3000

# Production
npm run build
-> ./build

📖 Technical Feature

💫 Deploy

Deploy to Netlify