https://github.com/nhsz/devcon-schedule
https://github.com/nhsz/devcon-schedule
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhsz/devcon-schedule
- Owner: nhsz
- Created: 2021-05-10T21:28:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T17:32:18.000Z (over 4 years ago)
- Last Synced: 2025-02-08T19:24:25.464Z (11 months ago)
- Language: TypeScript
- Homepage: https://devcon-schedule.vercel.app/
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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