-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a2ac2ef
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |