Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 477 Bytes

Cronelab website

To deploy to cronelab.github.io:

  • git clone https://github.com/cronelab/cronelab.github.io
  • cd 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.io
  • cd cronelab.github.io
  • Make changes to the .jsx files in 'src'
  • npm i
  • npm run start
  • Go to 'localhost:3000'