Skip to content

Repository files navigation

Mora Exams: Landing Website

This repository contains the source code for the Mora Exams website. It's built using Astro framework.

Development Guide

Below-listed tools are required to run the project locally:

  • Bun v1.3.1

After forking and cloning the repository locally:

  • Create the .env file from the given .env.example file.
  • From the project directory, install dependencies using bun install

Commands

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:4321
bun run build Build the site for production (to ./dist/)
bun run preview Preview your build locally, before deploying
bun run lint Lints the code
bun run lint-fix Fixes linting issues
bun run astro ... Run CLI commands like astro add, astro check
bun run astro -- --help Get help using the Astro CLI

Project structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

Deployment

Whenever a commit is pushed or a PR is merged to the main branch, the website will be automatically published on moraexams.org in a few minutes. The site is hosted on Vercel.

Help?

If any issues arise, please open an issue in this repository or reach out to the maintainers.

About

Resources

Stars

0 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages