An open API service indexing awesome lists of open source software.

https://github.com/mokshit06/sakaram-core


https://github.com/mokshit06/sakaram-core

Last synced: 2 months ago
JSON representation

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.