This is a Remix based portfolio made with:
To run your Remix app locally, make sure your project's local dependencies are installed:
npm installCreate a .env file at the root and Set you contentstack environment variables as mentioned in .env.example
Afterwards, start the Remix development server like so:
npm run devOpen up http://localhost:3000 and you should be ready to go!
To Set your theme update the env variable DEFAULT_THEME to any of the supported values light, dark, mint, dust & water