Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 701 Bytes

README.md

File metadata and controls

67 lines (47 loc) · 701 Bytes

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