Skip to content

piwegro/perla

Repository files navigation

Perla

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.

Using Docker

  1. Install Docker on your machine.
  2. Build your container: docker build -t perla ..
  3. 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.

Running locally

To run the app locally, you need to have Node.js 16 or newer installed on your machine.

Using production build

Build the app using:

npm run build
# or
yarn build

And start it with:

npm run start
# or
yarn start

Open http://localhost:3000 with your browser to see the result.

Using development server

Use this method only for development purposes.

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages