atscan/frontend
dependabot[bot] bee56a8d35
Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 17:03:09 +00:00
..
.vscode fmt 2023-06-28 02:34:19 +00:00
src inspect blob 2023-07-16 02:19:20 +00:00
static update firehose, users page 2023-07-09 11:43:42 +00:00
.eslintignore first commit 2023-06-26 20:38:43 +00:00
.eslintrc.cjs fmt 2023-06-28 02:34:19 +00:00
.gitignore better fe build 2023-07-07 17:30:15 +00:00
.npmrc first commit 2023-06-26 20:38:43 +00:00
.prettierignore pds map 2023-07-07 23:42:00 +00:00
.prettierrc first commit 2023-06-26 20:38:43 +00:00
README.md Update READMEs 2023-06-30 18:07:31 +00:00
package-lock.json Bump word-wrap from 1.2.3 to 1.2.4 in /frontend 2023-07-20 17:03:09 +00:00
package.json pds list tweaks, map is optional 2023-07-13 22:03:24 +00:00
postcss.config.cjs fmt 2023-06-28 02:34:19 +00:00
svelte.config.js fmt 2023-06-28 02:34:19 +00:00
tailwind.config.cjs lot of updates 2023-06-28 10:44:59 +00:00
vite.config.js update envs 2023-06-28 05:18:53 +00:00

README.md

atscan-frontend

Developing

Development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.