Fix local dev setup
This commit is contained in:
parent
4b2412c49c
commit
03af90f17b
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|
|
@ -8,8 +8,22 @@
|
||||||
|
|
||||||
For more info, see Contributing.md
|
For more info, see Contributing.md
|
||||||
|
|
||||||
nb2: (Not `dev` because that's reserved for Vercel)
|
- note2: You may have to configure Vercel the first time:
|
||||||
nb3: (Or `cd .. && vercel --prod`, I think)
|
|
||||||
|
```
|
||||||
|
$ yarn start
|
||||||
|
yarn run v1.22.10
|
||||||
|
$ cd .. && vercel dev
|
||||||
|
Vercel CLI 23.1.2 dev (beta) — https://vercel.com/feedback
|
||||||
|
? Set up and develop “~/Code/mantic”? [Y/n] y
|
||||||
|
? Which scope should contain your project? Mantic Markets
|
||||||
|
? Found project “mantic/mantic”. Link to it? [Y/n] n
|
||||||
|
? Link to different existing project? [Y/n] y
|
||||||
|
? What’s the name of your existing project? manifold-og-image
|
||||||
|
```
|
||||||
|
|
||||||
|
- note2: (Not `dev` because that's reserved for Vercel)
|
||||||
|
- note3: (Or `cd .. && vercel --prod`, I think)
|
||||||
|
|
||||||
(Everything below is from the original repo)
|
(Everything below is from the original repo)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json",
|
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json",
|
||||||
"start": "vercel dev"
|
"start": "cd .. && vercel dev"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chrome-aws-lambda": "7.0.0",
|
"chrome-aws-lambda": "7.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user