Skip to content

Ashio245/Financial_Vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to get Started 👋

Getting Started

To get started with this project, follow these instructions:

Prerequisites

  • Node.js, Express.js, Vite, git installed on your machine

1. Fork this Repository

Click the "Fork" button in the top-right corner of this page to create a copy of this repository in your GitHub account.

2. Clone the Forked Repository

Clone your forked repository to your local machine using the following command:

git clone <your_forked_repository_url>

Replace <your_forked_repository_url> with the URL of your forked repository, which you can find on the GitHub page of your fork.

3. Navigate to the Repository Directory

Change your current directory to the directory of the cloned repository:

cd <repository_directory>

4. Create a New Branch

Create a new branch to work on your changes using the following command inside Replace <new_branch_name> with the desired name for your new branch.

git checkout -b <new_branch_name>

5. Check your branch

git branch

6. Make Changes and Commit

Make changes to the files in your local repository as needed. After making changes, stage and commit them using the following commands:

git add .
git commit -m "Your commit message here"

7. Push the New Branch to GitHub

Push the new branch and its changes to your forked repository on GitHub using the following command:

git push origin <your_new_branch_name>

Installation

  1. Navigate to the project directory, make one terminal for the frontend directory:

    cd frontend
  2. Install the depedencies

    npm install

Starting the Server

Input npm run dev for frontend directory,

npm run dev

Goint to the Web

go to the said port

http://localhost:5173/

About

Software Development ITC123 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.4%
  • HTML 24.1%
  • CSS 16.5%