8000 GitHub - ableco/techtalks.pe: The website of Tech Talks meetup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0