GitXplorerGitXplorer
j

scrum

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
509cdd1005dc7cb4a8a7ecbc11f13d7fecb2064d

Merge pull request #2 from joseangel-sc/memory

jjoseangel-sc committed 5 months ago
Unverified
94ac2d79c4d85c5a3a62f3e431f20f14ecaaf189

memory added

jjoseangel-sc committed 5 months ago
Unverified
2ec2ca6e56954c562c87c69917a01b81f4a2dfdc

create tickets properly

jjoseangel-sc committed 5 months ago
Unverified
9476a5b53378853c116cb29ca3357d6a5e25b7c5

create board if not exist

jjoseangel-sc committed 5 months ago
Verified
1fb93402fee4da1e530bd8cfe701956b67dfdfd9

Merge pull request #1 from joseangel-sc/login

jjoseangel-sc committed 5 months ago
Unverified
b758888cb289a41565fcd0c54e452e708e9cb6fe

adds login

jjoseangel-sc committed 5 months ago

README

The README file for this repository.

Welcome to Remix!

Development

Run the dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

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 npm run build

  • build/server
  • build/client

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.