We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a442bb2 commit 350ada6Copy full SHA for 350ada6
README.md
@@ -1,38 +1,5 @@
1
-# Welcome to Remix!
2
-
3
-- [Remix Docs](https://remix.run/docs)
4
5
-## Development
6
7
-From your terminal:
8
9
```sh
+npm i
+npx prisma migrate dev
10
npm run dev
11
```
12
13
-This starts your app in development mode, rebuilding assets on file changes.
14
15
-## Deployment
16
17
-First, build your app for production:
18
19
-```sh
20
-npm run build
21
-```
22
23
-Then run the app in production mode:
24
25
26
-npm start
27
28
29
-Now you'll need to pick a host to deploy it to.
30
31
-### DIY
32
33
-If you're familiar with deploying node applications, the built-in Remix app server is production-ready.
34
35
-Make sure to deploy the output of `remix build`
36
37
-- `build/`
38
-- `public/build/`
0 commit comments