Skip to content

Tux-Inc/Tuxonaute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuxonaute

An Epseed Technical Test

Installation

ln -s ./env/.env.template .env
cd backend
yarn install
cd frontend
yarn install

Docker development

docker compose up -d

or

docker-compose up -d

Development Server

Start the development server on http://localhost:3000:

cd backend
yarn dev
cd frontend
yarn dev

Production

Build the application for production:

cd backend
yarn build
cd frontend
yarn build

Urls