Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ythecombinator/hojetem.live
πΆ Curated live concerts from famous Brazilian artists.
https://github.com/ythecombinator/hojetem.live
material-ui nextjs now react typescript
Last synced: 11 days ago
JSON representation
πΆ Curated live concerts from famous Brazilian artists.
- Host: GitHub
- URL: https://github.com/ythecombinator/hojetem.live
- Owner: ythecombinator
- Created: 2020-04-29T03:31:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T00:43:53.000Z (over 4 years ago)
- Last Synced: 2024-10-19T09:51:08.731Z (20 days ago)
- Topics: material-ui, nextjs, now, react, typescript
- Language: TypeScript
- Homepage: https://hojetem.live
- Size: 1.43 MB
- Stars: 44
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
πΆCurated live concerts from famous Brazilian artists.
## Getting Started
Clone the repository.
```sh
git clone [email protected]:ythecombinator/hoje-tem-live.git
````cd` into the directory.
```sh
cd hoje-tem-live
```Install the project dependencies:
```sh
yarn# or
npm install
```Create a `.env` file in the project root containing the API endpoint:
```sh
API_BASE=""
```Start the development server:
```sh
yarn dev# or
npm run dev
```π Head over [localhost:3000](http://localhost:3000) in your browser of choice.
## Toolbelt
- [x] [Next.js](https://github.com/zeit/next.js)
- [x] [Typescript](https://github.com/microsoft/TypeScript)
- [x] [Material UI](https://github.com/mui-org/material-ui)
- [x] [now](https://github.com/zeit/now)## Structure
> Further documentation on project structure will come as we have it more concise.
## Credits
- Most of the UI design was heavily inspired by [Hero35](https://hero35.com/).