Giter VIP home page Giter VIP logo

c4-airsoft-terminal's Introduction

C4 - Airsoft Terminal

Computer Setup (Global dependencies)

Windows

  1. Install NVM:

    • Open Command Prompt.
    • Download and run the NVM installation script for Windows from GitHub:
      nvm-setup.zip
    • Follow the installation instructions provided.
  2. Install Node.js using NVM:

    • Continue in Command Prompt.
    • Install the latest version of Node.js:
      nvm install latest
    • Use the installed version:
      nvm use latest
  3. Verify Installation:

    • Ensure nvm, node, and npm are installed correctly:
      nvm version
      node -v
      npm -v

macOS

  1. Install Homebrew (if not already installed):

    • Open Terminal.
    • Run the following command to install Homebrew:
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install NVM:

    • Continue in Terminal.
    • Install NVM using Homebrew:
      brew install nvm
    • Create NVM directory:
      mkdir ~/.nvm
    • Add the following lines to your ~/.zshrc or ~/.bash_profile file:
      export NVM_DIR="$HOME/.nvm"
      [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"
      [ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm"
    • Source your profile script:
      source ~/.zshrc
      # or
      source ~/.bash_profile
  3. Check Default Directory:

    • Open Terminal.
    • Ensure you are in the default directory where NVM will install Node.js. You can check this by running:
      cd ~
  4. Install Node.js using NVM:

    • Install the latest version of Node.js:
      nvm install node
    • Use the installed version:
      nvm use node
  5. Verify Installation:

    • Ensure nvm, node, and npm are installed correctly:
      nvm --version
      node -v
      npm -v

Project Setup (Project-specific dependencies)

  1. Install Project Dependencies:
    • Navigate to the project directory and install dependencies:
      cd path/to/project
      npm ci

Running

  • Run npm start

c4-airsoft-terminal's People

Contributors

zacharysnewman avatar

Watchers

Lucian avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.