Skip to content

Quicksaver/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception Webapp

Technologies and Tools

Frontend Framework

  • Next.js 16 with App Router
    • leverages React 19 with server-side rendering
  • TypeScript for type safety
  • Radix UI primitives for accessible components
  • SCSS with BEM methodology for styling

Content Management

  • Sanity CMS with Studio
    • Real-time content updates and preview
    • Structured content with Portable Text

Development Tools

  • ESLint with Next.js config and custom rules
  • Stylelint for SCSS linting
  • Prettier for code formatting
  • Type generation for Sanity schemas

Design

  • Custom design in Figma
    • Responsive and mobile-first approach
    • Accessible and intuitive UI

Hosting & Deployment

  • GitHub for source code hosting and version control
  • Vercel with automatic deployments
    • Global CDN for fast content delivery
    • Automatic SSL certificates and DDoS protection

How to Run

To clone and run this application, you'll need

From your command line:

# Clone this repository
$ git clone https://github.com/Quicksaver/inception

# Go into the repository
$ cd inception

# Enable corepack
$ corepack enable

# Install dependencies
$ yarn

# Local dev run the website
$ yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published