Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliahsannoon/admin-portal-redwoodjs
https://github.com/aliahsannoon/admin-portal-redwoodjs
authentication graphql postgresql redwood redwoodjs vercel vercel-deployment
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliahsannoon/admin-portal-redwoodjs
- Owner: AliAhsanNoon
- Created: 2024-09-03T16:37:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:54:41.000Z (2 months ago)
- Last Synced: 2024-10-31T11:05:47.053Z (17 days ago)
- Topics: authentication, graphql, postgresql, redwood, redwoodjs, vercel, vercel-deployment
- Language: TypeScript
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Welcome to [RedwoodJS](https://redwoodjs.com)!
> **Prerequisites**
>
> - Redwood requires [Node.js](https://nodejs.org/en/) (=20.x) and [Yarn](https://yarnpkg.com/)
> - Are you on Windows? For best results, follow our [Windows development setup](https://redwoodjs.com/docs/how-to/windows-development-setup) guideStart by installing dependencies:
```
yarn install
```Then start the development server:
```
yarn redwood dev
```