https://github.com/marwan-at-work/marwanio
portfolio website written in GopherJS & Vecty
https://github.com/marwan-at-work/marwanio
golang gopherjs portfolio-website vecty
Last synced: 20 days ago
JSON representation
portfolio website written in GopherJS & Vecty
- Host: GitHub
- URL: https://github.com/marwan-at-work/marwanio
- Owner: marwan-at-work
- Created: 2017-07-10T03:40:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T19:14:55.000Z (5 months ago)
- Last Synced: 2025-03-22T12:24:48.375Z (about 1 month ago)
- Topics: golang, gopherjs, portfolio-website, vecty
- Language: HTML
- Size: 6.04 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/security.go
Awesome Lists containing this project
README
# Portoflio Website - [live](https://www.marwan.io)
## **Running in development**
### *backend*
`go run *.go`
or `gowatch` if you want autoreload: https://github.com/marwan-at-work/gowatch
### *frontend*
**One time conifg**
`cd ./frontend && npm i && webpack`
If you don't have npm, install node.js. If you don't have webpack, `npm i -g webpack`.
**Build & watch**
`cd ./frontend && gopherjs build github.com/marwan-at-work/marwanio/frontend -o ../public/frontend.js -w`