Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 487 Bytes

Tech Talks

Usage

Install the dependencies with yarn

yarn install

Then run the project with the following command

yarn dev # Run in development mode

To use in production mode you need to build and run it with

yarn build # Build the application
yarn start # Run it with the built files

To use a a static website (eg. when deploying in Netlify) after the production build export it with

yarn export # Statically export the site