Skip to content

jamespanyp64/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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • TypeScript 33.3%
  • PHP 11.0%
  • JavaScript 1.4%
  • Velocity Template Language 0.4%
  • Hack 0.4%
  • Other 0.3%