https://github.com/lizziemac/lizmacleanio
My personal website!
https://github.com/lizziemac/lizmacleanio
personal-website typescript webpack
Last synced: 2 months ago
JSON representation
My personal website!
- Host: GitHub
- URL: https://github.com/lizziemac/lizmacleanio
- Owner: lizziemac
- License: mit
- Created: 2022-03-18T00:09:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T21:14:12.000Z (11 months ago)
- Last Synced: 2025-09-19T17:52:25.719Z (10 months ago)
- Topics: personal-website, typescript, webpack
- Language: TypeScript
- Homepage: https://dev.lizmaclean.io
- Size: 2.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome!
I wanted to make my personal site show off some of the cool skills I've acquired
over the years. This repo is pretty barebones right now, but I'm hoping to:
1. Create a documented, unit-tested, and authorized API and front-end you can play with.
2. Have your interactions with be seen by other people in a fun way (maybe like
a pointillism piece)
3. Show off my code skills
4. Implement accessibility
5. Implement internationalization (from a proof of concept POV, unfortunately
I'm only fluent in English but I'll try!)
# On Initial Download
## Install depedencies
```sh
npm install
```
# Run Locally
```sh
npm run start
```
## Running Tests
```sh
npm test
```
## Running Linting
```sh
npm run lint
```
## Compile for Production
```sh
npm run build
```