Initial commit
This commit is contained in:
36
README.md
Normal file
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
<h1 align="center">
|
||||
<br>
|
||||
<a href="https://techtracker.gibbyb.com"><img src="https://git.gibbyb.com/gib/Tech_Tracker_Web/raw/branch/master/public/images/tech_tracker_logo.png" alt="Tech Tracker Logo" width="100"></a>
|
||||
<br>
|
||||
<b>Tech Tracker</b>
|
||||
<br>
|
||||
</h1>
|
||||
|
||||
# [Find Here](https://techtracker.gibbyb.com/)
|
||||
|
||||
- Application used by COG employees to update their status & location throughout the day.
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
<h3>How to run:</h3>
|
||||
</summary>
|
||||
|
||||
I'd recommend installing pnpm. Clone the repo, then rename env.example to .env & fill it out.
|
||||
|
||||
```bash
|
||||
mv ./env.example ./.env
|
||||
```
|
||||
|
||||
Run
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
```
|
||||
|
||||
to install all dependencies.
|
||||
|
||||
You can run
|
||||
|
||||
```bash
|
||||
pnpm dev
|
||||
```
|
Reference in New Issue
Block a user