Skip to content

lpjjj1222/NetupWeb

Repository files navigation

Netup

📋 Prerequisites

Before you start, make sure you have the following installed:

  1. Bun & Node.js & Git

    1. Linux
      curl -sL https://gist.github.com/tianzx/874662fb204d32390bc2f2e9e4d2df0a/raw -o ~/downloaded_script.sh && chmod +x ~/downloaded_script.sh && source ~/downloaded_script.sh
    1. MacOS
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
      brew install git
      brew install oven-sh/bun/bun
      brew install nvm

Installation

git clone https://github.com/lpjjj1222/NetupWeb.git
bun install

Setup

Follow these steps to set up your project:

  1. Add the file .env.local to the root

  2. Set up the environment variables:

cp .env.example .env.local
  1. Run the development server:
bun run dev
  1. Open http://localhost:3000 in your browser to see the result.

  2. (Optional alpha)bun run tailwind-config-viewer Open http://localhost:3333 in your browser to see your Tailwind CSS configuration