-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/sjdonado/remix-dashboard
- Loading branch information
Showing
1 changed file
with
14 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,14 @@ | ||
# Welcome to Remix! | ||
|
||
- [Remix Docs](https://remix.run/docs) | ||
|
||
## Development | ||
|
||
From your terminal: | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
This starts your app in development mode, rebuilding assets on file changes. | ||
|
||
## Deployment | ||
|
||
First, build your app for production: | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
Then run the app in production mode: | ||
|
||
```sh | ||
npm start | ||
``` | ||
|
||
Now you'll need to pick a host to deploy it to. | ||
|
||
### DIY | ||
|
||
If you're familiar with deploying node applications, the built-in Remix app server is production-ready. | ||
|
||
Make sure to deploy the output of `remix build` | ||
|
||
- `build/` | ||
- `public/build/` | ||
# Remix Dashboard (kinda LMS) | ||
|
||
<img width="1400" alt="image" src="https://github.com/sjdonado/remix-dashboard/assets/27580836/7b968f4a-53a9-43af-824f-cf2297d0066c"> | ||
|
||
## Features | ||
- Log in and sign up. | ||
- The admin can CRUD all users and assignments. | ||
- The teacher can CRUD their own assignments. | ||
- Students can view all assignments. | ||
- All users can view and edit their profiles. | ||
- Responsive tables + toasts. | ||
- Tables with pagination and search. | ||
- Forms validations with zod. | ||
- Dark mode :) |