FErN is a template to create websites, it uses (F)lowbite, (E)leventy and (N)etlify, and a few other things; use it to create awesome websites.
While learning how to use Eleventy, I came across a few starter projects, which are amazing, but none of gave me complete package to build out a site quickly.
So, I made this.
- Create your own new repo from FErN’s template, or clone this one
- Install dependencies:
npm i
- Start development:
npm run dev
- Visit http://localhost:8080 to see your work-in-progress
- Do super-fun Eleventy and Tailwind things
- When you’re done:
npm run build
- Host your project somewhere (Netlify and Vercel are nice options)
- Please refer to Configuration Options present in the Decap website
- Please run "npx netlify-cms-proxy-server" for local backend
If you try it and find issues, or think of improvements, please file an issue and/or create a pull request.
- Image paths need to be fixed for CMS files
- Add more details in readme on CMS config steps