Cronelab website
To deploy to cronelab.github.io:
git clone https://github.com/cronelab/cronelab.github.iocd cronelab.github.io- Make changes to the .jsx files in 'src'
- Commit and push
- the github action workflow will automatically build and deploy the site.
To test locally:
git clone https://github.com/cronelab/cronelab.github.iocd cronelab.github.io- Make changes to the .jsx files in 'src'
npm inpm run start- Go to 'localhost:3000'