This repository contains the source code for the Smart Attendance project.
There are several ways to edit your application:
If you want to work locally:
- Clone the repository:
git clone https://github.com/ThadagamNaveen/Smart-Attendance.git cd Smart-Attendance - Install dependencies using Node.js & npm (Get Node.js via nvm):
npm i
- Start the development server:
npm run dev
- Navigate to the desired file.
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit.
- Go to your repository homepage.
- Click the "Code" button (green button), select "Codespaces" tab.
- Click "New codespace" to launch an environment.
- Edit files, commit changes, and push once done.
Built with: