Skip to content

heydevoss/heydev-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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