Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
beenbiishop committed Aug 17, 2024
0 parents commit a2ac2ef
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# DPHS ID Card Generator

An ID card generator for use by the Dos Pueblos High School staff and students.

## Building and Running

This is a static Svelte site, so it can be built and run with the following commands:

```bash
npm install
npm run dev
```

This will start a development server that will reload the page when changes are made to the source files.

To build the site for production, run:

```bash
npm run build
```

This will create a `dist` directory with the built site.

The project was initialized using `npm init vite@latest` and selecting the Svelte template.
# id-card-generator

0 comments on commit a2ac2ef

Please sign in to comment.