Skip to content

Commit

Permalink
Update readme with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred committed Dec 13, 2021
1 parent 9474827 commit ad57721
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ vite

# without Vite: just watch for source changes with the Typescript compiler
tsc --watch

# preview the production build locally
pnpm run preview # or, vite preview

# build
pnpm run build
```



## Typescript version

The Vite scaffold project uses Typescript 4.4.4. This project uses: `"typescript": "^4.5.3"`.
Expand Down Expand Up @@ -66,6 +74,7 @@ Add `"moduleResolution": "node",` otherwise the TS compiler complains about a `m
- [X] Create class for the dev skills
- [X] Add Typescript as dev-dep
- [X] Optional: add Vite
- [ ] Add project to Vercel: https://vitejs.dev/guide/static-deploy.html#vercel
- [ ] Add methods and logic for the filter states
- [ ] Create the filter and developer DOM elements
- [ ] Add styling and basic animations

0 comments on commit ad57721

Please sign in to comment.