abs3nt.dev webpage
Go to file
abs3nt 8b205eac2b
ci/woodpecker/push/woodpecker Pipeline was successful Details
updates
2023-03-10 10:01:23 -08:00
.vscode first commit 2022-10-28 18:20:05 -07:00
public favicon 2022-10-29 17:17:45 -07:00
src update urls 2023-03-09 23:57:51 -08:00
.eslintrc.cjs first commit 2022-10-28 18:20:05 -07:00
.gitignore first commit 2022-10-28 18:20:05 -07:00
.prettierrc.json first commit 2022-10-28 18:20:05 -07:00
.woodpecker.yml build less 2023-03-10 08:15:24 -08:00
Dockerfile build better 2023-03-10 08:20:34 -08:00
README.md updates 2023-03-10 10:01:23 -08:00
env.d.ts first commit 2022-10-28 18:20:05 -07:00
index.html first commit 2022-10-28 18:20:05 -07:00
package-lock.json first commit 2022-10-28 18:20:05 -07:00
package.json first commit 2022-10-28 18:20:05 -07:00
tsconfig.app.json first commit 2022-10-28 18:20:05 -07:00
tsconfig.config.json first commit 2022-10-28 18:20:05 -07:00
tsconfig.json first commit 2022-10-28 18:20:05 -07:00
tsconfig.vitest.json first commit 2022-10-28 18:20:05 -07:00
vite.config.ts first commit 2022-10-28 18:20:05 -07:00
yarn.lock build better 2023-03-10 08:19:42 -08:00

README.md

abs3nt.dev

status-badge

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint