Skip to content

aircodelabs/aircode-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

402 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirCode Landing Page

AirCode.io is built with Tailwind CSS Tailwind UI and Next.js.

Getting started

First install the npm dependencies with pnpm:

pnpm install

Next, run the development server:

pnpm dev

Finally, open http://localhost:3000 in your browser to view the website.

How to add a blog

  1. Add a markdown file in _posts folder, if folder is not found, create a _posts in the root directory.
  2. Your post file name will be the blog route, it is recommended to use lowercase and - split, for example:
_posts
  what-we-are-building.md

The post url will be : /blog/what-we-are-building

  1. Copy the existing blog markdown file and update it with your own, put the configurations on the top, those article and author configuration will be display in pages
  2. If you have images, you can put them in the public/blog-images directory. Happy blogging...

Learn more

To learn more about the technologies used in this site, see the following resources:

  • Tailwind CSS - the official Tailwind CSS documentation
  • Next.js - the official Next.js documentation
  • Headless UI - the official Headless UI documentation

About

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors