Welcome to the website project for the "Omega" primary school, created using Next.js! 🚀
In this project, sensitive information and login details have been replaced with the text "data_template".
You can see the finished project at omegaszkola.pl.
- Name: omega-szkola
- Version: 1.1.0
- Description: This is a website project for the "Omega" primary school created using Next.js.
- Author: Daniel Śledź
To start working with this project, follow these steps:
- Clone the repository:
git clone [email protected]:DanielSledz03/omega-school-page.git
- Navigate to the project directory:
cd omega-szkola
- Install the dependencies:
npm install
- Run the project in development mode:
npm run dev
npm run dev
: Starts the Next.js development server. 🏗️npm run build
: Builds the application for production. 📦npm run start
: Runs the application in production mode. 🌐npm run lint
: Runs the Next.js linter. 🧹npm run lint-fix
: Fixes linting errors. ✔️npm run lint-check
: Checks for linting errors. 🔍npm run build-and-run
: Builds the application and runs it. 🏃npm run cypress
: Opens the Cypress testing tool. 🧪