Skip to content

Commit

Permalink
Introduce dev & abstract header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 4, 2024
1 parent 5944be2 commit ac7e6e9
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 38 deletions.
2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"type": "module",
"scripts": {
"dev": "chokidar './src/**/*' '../ensips/*.md' --initial -c 'pnpm preview'",
"build": "tsx src/index.tsx",
"preview": "pnpm run build && pnpm vite preview",
"lint": "eslint -c .eslintrc.json --ext .ts,.tsx ./src"
},
"dependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"chokidar-cli": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark": "^15.0.1",
Expand Down
Loading

0 comments on commit ac7e6e9

Please sign in to comment.