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

https://github.com/uthpalax/assignment


https://github.com/uthpalax/assignment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# This assignment is created using Remix and Tanstack Table

- [Remix Docs](https://remix.run/docs)
- [Tasnstack Table Docs](https://tanstack.com/table/latest/docs)

## Get it running

From your terminal:

```sh
npm install && npm run dev

```

This starts your app in development mode, rebuilding assets on file changes.

## For produtcion

```sh
npm run build
```

Then run the app in production mode:

```sh
npm start
```