This project was bootstrapped with Frontity.
npx frontity dev
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
npx frontity build
Builds the app for production to the build
folder.
This will create a /build
folder with a server.js
(a serverless function) file and a /static
folder with all your javascript files and other assets.
Your app is ready to be deployed.
Upload your static
folder to a CDN and your server.js
file to a serverless service, like Vercel or Netlify.
Get more info about how to deploy a Frontity project
Frontity welcomes contributions in all forms. There are many different ways to support the project. Check out the How to contribute page for ideas on contributing and helping make Frontity better.