1
1
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.
2023-07-01 20:51:54 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 19:40:58 +00:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 19:40:58 +00:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:51:54 +01:00
2023-07-01 20:49:24 +01:00
2023-07-01 20:49:24 +01:00

NextJS 13 + TailwindCSS + Docker

Getting Started

  1. Clone this repo
  2. Run yarn install or npm install
  3. Run yarn dev or npm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Docker

  1. Copy the files to where you want to run the container or push the project to a repository and clone it.
  2. Run docker compose up -d --build (rerun this command if you make changes to the project)
  3. Open http://server_ip:3000 with your browser to see the result.
Description
No description provided
Readme 72 KiB
Languages
TypeScript 54.5%
JavaScript 23.7%
Dockerfile 18.4%
CSS 3.4%