546 B
546 B
NextJS 13 + TailwindCSS + Docker
Getting Started
- Clone this repo
- Run
yarn install
ornpm install
- Run
yarn dev
ornpm run dev
- Open http://localhost:3000 with your browser to see the result.
Docker
- Copy the files to where you want to run the container or push the project to a repository and clone it.
- Run
docker compose up -d --build
(rerun this command if you make changes to the project) - Open http://server_ip:3000 with your browser to see the result.