Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/tsg-helpdesk-interfacing
https://www.figma.com/design/RiCtuAo6Fs4NqeglDL4iuz/TSG-Helpdesk-Interfacing?node-id=1-2&t=bOqA4fkVpAeAYxTo-1
https://github.com/yanuarprayoga9/tsg-helpdesk-interfacing
Last synced: about 2 months ago
JSON representation
https://www.figma.com/design/RiCtuAo6Fs4NqeglDL4iuz/TSG-Helpdesk-Interfacing?node-id=1-2&t=bOqA4fkVpAeAYxTo-1
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/tsg-helpdesk-interfacing
- Owner: Yanuarprayoga9
- Created: 2024-08-06T04:26:49.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T00:30:24.000Z (5 months ago)
- Last Synced: 2024-08-12T06:18:55.826Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSG-Helpdesk-Interfacing
## Description
## Running Locally
To get started with this project, follow these steps:
1. Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/Yanuarprayoga9/tsg-helpdesk-interfacing.git
```2. Navigate to the project directory:
```bash
cd tsg-helpdesk-interfacing
```
3. Open Vs code :```bash
code .
```4. Install the necessary dependencies:
```bash
npm install
```5. Start the development server:
```bash
npm run dev
```5. Start the development server:
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
```bash
npm run dev
```
## Available Scripts
In the project directory, you can run the following commands:
### dev
```bash
npm run dev
```
Runs the app in development mode. Open http://localhost:3000 to view it in the browser### build
```bash
npm run build
```
Builds the app for production. It compiles the project using Next.js, optimizing it for the best performance. The output will be in the .next folder.
### lint
```bash
npm run lint
```
Lints the project using ESLint, checking all files with .ts and .tsx extensions. The script reports unused disable directives and ensures there are no warnings### start
```bash
npm run start
```
Starts the Next.js production server. Make sure to run npm run build first to generate the production build.### format
``` bash
npm run format
```
Formats the code in the src directory using Prettier.