parchinski / www-hackucf

This got replaced by a better version made in remix because of it's hosting capabilities sorry vercel you can have our money sometime else
https://hackucforg.vercel.app
3 stars 1 forks source link

HackUCF

Hello, this is my remake of HackUCF's site that was hosted on squarespace because it was slow and bad. This is, not slow and bad it is lighting fast and soon using the instructions below will be hosted on aws using S3 and lambda functions through serverless. Please let me know if the instructions below would not work.

How to host on AWS

Install serverless and bun

curl -fsSL https://bun.sh/install | bash
bun add -g serverless

Update next.config.js:

module.exports = {
  output: 'standalone',
};

Deploy:

serverless

This approach offers several benefits: