Skip to content

seetee-io/seetee-io

Repository files navigation

🧡 Seetee's Website

Netlify Status

The website is a React app build using NextJS and running on Netlify.

Development

For a local development server, run:

npm install && npm run dev

This will run the website on localhost:3000.

Production Export

To build a static HTML export of the website, run:

npm install && npm run build && npm run export

This will output the static build in out/. That build can then be hosted statically on a webserver without the need for a Node.js server.

Deployment

Every merge to master will be deployed automatically on Netlify.