https://github.com/vincentlaucsb/vinceladotcom
The code for my website
https://github.com/vincentlaucsb/vinceladotcom
blog flask website
Last synced: about 1 month ago
JSON representation
The code for my website
- Host: GitHub
- URL: https://github.com/vincentlaucsb/vinceladotcom
- Owner: vincentlaucsb
- Created: 2018-07-06T19:25:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T17:36:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T09:43:19.584Z (over 1 year ago)
- Topics: blog, flask, website
- Language: CSS
- Homepage: http://vincela.com
- Size: 8.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vinceladotcom
Personal single-page site built without JavaScript frameworks.
## Requirements
- Node.js 20+
- npm 10+
## Setup
```bash
npm install
```
## Development
```bash
npm run dev
```
Parcel starts a local dev server with fast rebuilds.
## Production Build
```bash
npm run build
```
The production-ready output is written to `dist/` with bundled and minified assets.
## Preview Build
```bash
npm run preview
```