Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 528 Bytes

Client

UNDER CONSTRUCTION

Setup

To run this project you need to have npm and node installed.

Install Dependencies

npm install

Run local

npm run dev

If everything worked correctly, access http://localhost:3000/ on your browser.

For detailed explanation on how things work, checkout Nuxt.js docs.

Run with docker

cd client/
docker build . -t panelinhadees/client
docker run panelinhadees/client