Piwegro.lol frontend app
Before starting the app, you need to fill the .env file with the correct values for Firebase API and set the URL for the Piwegro API.
- Install Docker on your machine.
- Build your container:
docker build -t perla .. - Run your container:
docker run -p 3000:3000 --env-file .env perla.
You can view your images created with docker images.
Open http://localhost:3000 with your browser to see the result.
To run the app locally, you need to have Node.js 16 or newer installed on your machine.
Build the app using:
npm run build
# or
yarn buildAnd start it with:
npm run start
# or
yarn startOpen http://localhost:3000 with your browser to see the result.
Use this method only for development purposes.
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.