cameranext
Frontend for camerapi
git clone https://github.com/holovin777/cameranext.git
cd cameranext
vim .env.local
API_URL="http://yourapihost:8000/"
Getting Started
Run the development server:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.
Build
yarn build
yarn start
Open http://localhost:3000 with your browser to see the result.