https://github.com/devrapture/gidda-fe-coding-interview-task
Giddaa Frontend task
https://github.com/devrapture/gidda-fe-coding-interview-task
Last synced: 10 months ago
JSON representation
Giddaa Frontend task
- Host: GitHub
- URL: https://github.com/devrapture/gidda-fe-coding-interview-task
- Owner: devrapture
- Created: 2024-04-20T09:13:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:22:40.000Z (about 2 years ago)
- Last Synced: 2025-03-12T09:13:35.592Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 20.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giddaa Frontend Task
## 🖇 How to Start
- Git clone and
- `cd gidda-FE-coding-interview-task`
- Copy `.env.example` to a new `.env` file on gidda-FE-coding-interview-task root folder
- `yarn` to install dependencies
- `yarn build && yarn start` to run the server
- if you got build error probably related to font, it's either your internet connection is bad or try changing to another internet provider
- alternatively use `yarn dev --turbo` to run the server
- view the page at `http://localhost:3000/`