Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

ReaperMaga/old-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio


Usage

Run portfolio inside a docker container

If you want to expose a different port, edit docker-compose.yml

# run production build
$ docker-compose up -d

# run production build (with rebuild in case of new changes)
$ docker-compose up -d --build

# view docker logs
$ docker-compose logs -t -f

# close docker process
$ docker-compose down

Development

# switch to working directory
$ cd frontend/

# install neccessary dependencies
$ yarn install

# run application in dev mode port :3000
$ yarn dev

Licensing

Distributed under the MIT License. See LICENSE for more information.