Skip to content

Commit 350ada6

Browse files
committed
update readme
1 parent a442bb2 commit 350ada6

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

README.md

+2-35
Original file line numberDiff line numberDiff line change
@@ -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-
91
```sh
2+
npm i
3+
npx prisma migrate dev
104
npm run dev
115
```
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-
```sh
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

Comments
 (0)