Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 664 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 664 Bytes

Frans' Portfolio

Description

A mimimal portfolio built using tailwind and typescript

Getting Started

Dependencies

NPM is useful if you want to make changes but is not strictly necessary

Installing

All necessary files to run are included in the repo. Just clone and open the index.html file to see the website.

To make changes the development dependencies have to be installed using

npm i

Then run

npm run build

to generate the css and javascript files. Alternatively run

npm run css

and

npm run script

to generate the css and javascript files in watch mode

Version History

  • 0.1
    • Initial Release