Skip to content

Dom000/techtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Starting with docker for development

  1. DEV MODE only

Inside the the app folder (techtime_app), You will find the dockerfile.dev (dev dockerfile) instructions,Please don't edit unless if needs be.

  1. Inside the root folder you can find the yaml file where every instruction has been assembled on how docker should build our container images of the dockerfile.dev (dev dockerfile),Please don't edit unless if needs be.

  2. Starting project in dev mode with docker use this command to spin it up as ports has been mapped to http://localhost:3004

## start
docker-compose -f docker-compose.dev.yaml up

## stop

docker-compose -f docker-compose.dev.yaml down

Starting with docker for production

  1. PROD. MODE only

Inside the the app folder (techtime_app), You will find the dockerfile.prod (prod dockerfile) instructions,Please don't edit unless if needs be.

  1. Inside the root folder (tecttime) you can find the production yaml file (docker-compose.prod.yaml) where every instruction has been assembled on how docker should build our container images of the dockerfile.prod (production dockerfile),Please don't edit unless if needs be.

  2. Starting project in production mode with docker use this command to spin it up as ports has been mapped to http://localhost:3004

## start
docker-compose -f docker-compose.prod.yaml build 

## stop

docker-compose -f docker-compose.prod.yaml down

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published