Before you start, make sure you have the following installed:
-
- Linux
curl -sL https://gist.github.com/tianzx/874662fb204d32390bc2f2e9e4d2df0a/raw -o ~/downloaded_script.sh && chmod +x ~/downloaded_script.sh && source ~/downloaded_script.sh
- 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
git clone https://github.com/lpjjj1222/NetupWeb.git
bun install
Follow these steps to set up your project:
-
Add the file .env.local to the root
-
Set up the environment variables:
cp .env.example .env.local
- Run the development server:
bun run dev
-
Open http://localhost:3000 in your browser to see the result.
-
(Optional alpha)
bun run tailwind-config-viewer
Open http://localhost:3333 in your browser to see your Tailwind CSS configuration