https://github.com/dekirisu/dekirisu.github.io
https://github.com/dekirisu/dekirisu.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dekirisu/dekirisu.github.io
- Owner: dekirisu
- Created: 2025-07-13T13:02:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-13T14:48:17.000Z (about 1 year ago)
- Last Synced: 2025-07-13T15:33:16.736Z (about 1 year ago)
- Language: TypeScript
- Size: 19.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Card & Overview Website
This site bundles my social media channels & give an overview of some things I've done w/ links! 🦊
## Using Analog as a SSG
Used
[Analog](https://analogjs.org) to generate static pages, the stack is:
-
[Vite](https://vite.dev/) `v7.0`
-
[Angular](https://vite.dev/) `v20.1`
-
[Tailwind CSS](https://tailwindcss.com/) `v4.1`
Is it overkill for this purpose? `yes 🐢`
## How To Run
### Setup
Run `npm install` to install the application dependencies.
### Development
Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
### Build
Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
### Test
Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).