This repository has been archived on 2023-10-29 . You can view files and clone it, but cannot push or open issues or pull requests.
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.
Description
Languages
TypeScript
54.5%
JavaScript
23.7%
Dockerfile
18.4%
CSS
3.4%