Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lwz7512/next-dev-studio

A small business website template based on Nextjs and the original idea of one-click-hugo-cms from netlify.
https://github.com/lwz7512/next-dev-studio

hugo hugo-theme netlify nextjs reactjs startup static-site studio template vercel website

Last synced: 3 months ago
JSON representation

A small business website template based on Nextjs and the original idea of one-click-hugo-cms from netlify.

Awesome Lists containing this project

README

        

# A small business website for Iron Detailing
Iron Detailing is a mobile automotive detailing service based out or Los Angeles, CA. It serves Torrance, South Bay, and surrounding areas.

You can preview this site at [irondetailing.netlify.app](https://irondetailing.netlify.app/).

## How to Use
* Clone the repo and cd into its folder.
* Run `npm install`.
* To run rtdl's website locally in dev mode, run `npm run dev`. You can
view the site at [http://localhost:3000/](http://localhost:3000/).
* To build the website, run `npm run build` and it will output to the `.next` folder.

## License 🤝
[MIT](./LICENSE)

## Appreciation 🙏
* [next-dev-studio template](https://github.com/lwz7512/next-dev-studio) by [lwz7512](https://github.com/lwz7512)