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

https://github.com/nhsz/devcon-schedule


https://github.com/nhsz/devcon-schedule

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Devcon Schedule

## How to run the project

### Development

```bash
npm i
npm run dev
```

### Production build

```bash
npm i
npm run build
npm run start
```

## Live deployment

[demo](https://devcon-schedule.vercel.app/)

## Stack used

- `React` + `NextJS` + `TypeScript`
- `ChakraUI` for components UI
- `Zustand` for server state caching