piwegro / perla

frontend

Home Page:https://piwegro.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://piwegro.lol

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 80.1%Language:SCSS 18.7%Language:Dockerfile 0.7%Language:Shell 0.5%