Skip to content
/ koriss Public template

I've opensourced my gf Koriss professional website (Psychologist), to use it as template.

License

Notifications You must be signed in to change notification settings

Elius94/koriss

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2022
Mar 16, 2022
May 6, 2022
May 6, 2022
Feb 22, 2022
Feb 22, 2022
Feb 28, 2022
Jan 7, 2023
May 6, 2022
Mar 14, 2022
Feb 24, 2022

Repository files navigation

Website Deployed for Free with FTP Deploy Action 🚀 Deploy website on push

Psychologist React.js Material UI Typescript Static Website

I decided to make opensource the site I made for my girlfriend (Psychologist). The site is made in React.js v17 and is based on the famous and stable CRA (create-react-app). The UI is completely Material, starting from the free template onepirate theme in Typescript. The template has been optimized by Andrew Rothbart with a little code review done by me to update it to the latest versions of material ui.

I put a workflow in which through a github action I automatically publish the site on the hosting via FTP after a release and in complete security.

Building and running locally

Once you clone this repo you can use npm install and the standard create-react-app scripts to run it locally:

C:\onepirate-typescript> npm install
...
C:\onepirate-typescript> npm run build
...
C:\onepirate-typescript> npm start