This is my website which I see as a personal project. I have a roadmap of features I want to implement. Also this was my first time of using remix in a project.
- You have to run
yarn install
- To run the app you have to run
yarn run dev
andyarn run watch:css
seperately. - Also make sure to create a
.env
file which has to contain the following properties
GOOGLE_ANALYTICS_CODE
-> Google analytics key (optional).