Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Nov 25, 2023
2 parents 4b84f16 + 97cb1c0 commit fc73455
Showing 1 changed file with 14 additions and 38 deletions.
52 changes: 14 additions & 38 deletions README.md
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 :)

0 comments on commit fc73455

Please sign in to comment.