Skip to content

ableco/techtalks.pe

Repository files navigation

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