Skip to content

sigchi-uiuc/digital-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

digital-diary

Prerequisites

Before running the project, make sure you have the following installed and configured:

  1. Visual Studio Code

    Download and install VS Code from https://code.visualstudio.com/.

  2. Node.js and npm

    Download and install Node.js (which includes npm) from https://nodejs.org/.
    Verify installation in the terminal:

    node -v
    npm -v

    If successfully installed, this should output the installed version numbers of Node.js and npm.

  3. HomeBrew (macOS only)

    Install Homebrew to manage packages like Git:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    Update Homebrew:

    brew update
  4. Git

    Install Git using Homebrew:

    brew install git

    Verify Git installation:

    git --version
  5. Clone the Repository

    Use Git to clone the project repository:

    git clone https://github.com/your-username/your-repo.git

    After completing these steps, you are ready to run the project!

How to Run

  1. Open the Project

    Open the digital-diary or my-app folder in VS Code.

  2. Navigate to the Correct Directory

    Ensure you are in the my-app directory.
    If you are in digital-diary, run:

    cd my-app
  3. Install Dependencies

    npm install
  4. Start the Development Server

    npm run dev
  5. Open the App in Browser

    Click the link in the terminal or open in your browser: http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •