๐Ÿ“ฆ tolik518 / r0.fyi

Static site generation for portfolio on r0.fyi

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/tolik518/r0.fyi.git
HTTPS git clone https://github.com/tolik518/r0.fyi.git
SSH git clone git@github.com:tolik518/r0.fyi.git
CLI gh repo clone tolik518/r0.fyi
tolik518 tolik518 show project info on the right side instead of the bottom + style changes d514392 19 hours ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ data
๐Ÿ“ logos
๐Ÿ“ screenshots
๐Ÿ“ src
๐Ÿ“„ .eleventy.js
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ styles.css
๐Ÿ“„ README.md

r0.fyi

Source code for r0.fyi.

# Install dependencies
npm install

# Run development server (http://localhost:8080/)
npm run dev

# Build for prd
npm run build