https://github.com/luismda/devstage-web
Responsive event subscription and referral website.
https://github.com/luismda/devstage-web
nextjs orval react react-hook-form tailwindcss
Last synced: about 1 month ago
JSON representation
Responsive event subscription and referral website.
- Host: GitHub
- URL: https://github.com/luismda/devstage-web
- Owner: luismda
- Created: 2025-02-23T14:32:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T15:02:57.000Z (over 1 year ago)
- Last Synced: 2025-11-05T04:21:48.109Z (7 months ago)
- Topics: nextjs, orval, react, react-hook-form, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devstage

This project is a web app to subscribe for an event and refer people through a referral link. The React, Next.js and TailwindCSS tools were used in the development.
The Figma layout can be accessed [here](https://www.figma.com/community/file/1471119935944492720).
> The app was built during a programming event created by Rocketseat.
## Running
This app is integrated with an API, so you must clone the repository and follow the steps below to start the server.
### Server
```sh
# Clone this repository
git clone https://github.com/rocketseat-education/nlw-connect-node.git
# Install the dependencies
npm i
# Run docker
docker compose up -d
# Run migrations
npm run db:migrate
# Start server
npm run dev
```
### Web
```sh
# Clone this repository
git clone https://github.com/luismda/devstage-web.git
# Install the dependencies
npm i
# Start app
npm run dev
```