Skip to content

Commit

Permalink
update npm packages to fix security advisories; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbuff committed Sep 30, 2024
1 parent 3721dc1 commit 14ed465
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 6,830 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This website uses [Nextra](https://nextra.site) and [Elastic UI](https://eui.ela

## Local Development

First, run `pnpm i` to install the dependencies.
First, run `npm install` to install the dependencies.

Then, run `pnpm dev` to start the development server and visit localhost:3000.
Then, run `npm run dev` to start the development server and visit localhost:3000.
2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit 14ed465

Please sign in to comment.