Lightweight alternative to Linktree and others. https://fascinated.cc
Go to file
2023-07-01 21:46:54 +01:00
.vscode remove docker debug task 2023-07-01 21:46:54 +01:00
src/app Initial commit 2023-07-01 20:43:53 +00:00
.dockerignore Initial commit 2023-07-01 20:43:53 +00:00
.eslintrc.json Initial commit 2023-07-01 20:43:53 +00:00
.gitignore Initial commit 2023-07-01 20:43:53 +00:00
docker-compose.yml Initial commit 2023-07-01 20:43:53 +00:00
Dockerfile Initial commit 2023-07-01 20:43:53 +00:00
LICENSE Initial commit 2023-07-01 20:43:53 +00:00
next-env.d.ts Initial commit 2023-07-01 20:43:53 +00:00
next.config.js Initial commit 2023-07-01 20:43:53 +00:00
package-lock.json Initial commit 2023-07-01 20:43:53 +00:00
package.json Initial commit 2023-07-01 20:43:53 +00:00
postcss.config.js Initial commit 2023-07-01 20:43:53 +00:00
README.md Initial commit 2023-07-01 20:43:53 +00:00
tailwind.config.js Initial commit 2023-07-01 20:43:53 +00:00
tsconfig.json Initial commit 2023-07-01 20:43:53 +00: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

Ensure you have docker installed on your machine. If you don't have docker and are running Ubuntu, you can install it by following this guide.

  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.