https://github.com/mokshit06/sakaram-core
https://github.com/mokshit06/sakaram-core
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mokshit06/sakaram-core
- Owner: Mokshit06
- Created: 2021-08-10T10:02:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T22:05:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T17:11:23.200Z (4 months ago)
- Language: TypeScript
- Homepage: https://sakaram.mokshitjain.co
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sakaram
## Setup
1. Clone the repo and install packages
```bash
yarn
```2. Populate the .env files in `packages/web` and `packages/dashboard`
3. Start dev servers```bash
yarn dev
```4. The dashboard should be running on `http://localhost:3000` and the promotional website should be running on `http://localhost:3001`
5. Click on the first icon in the navigation menu and say `Show me directions from (x) to (y)`. It should plot the directions on the map and show you the directions.
6. Click on the spotify icon. This should slide in the app. Double click on the app to close it.
7. Click on the browser icon. In the search bar, type any URL along with the http protocol and it should render it in the frame under it. Double click the area near the search bar to close it.
8. You can drag the dock anywhere and it will snap to the nearest corner of the screen.