evalventure / mrlock-frontend

MrLock247
Apache License 2.0
0 stars 1 forks source link

Mr Lock 24/7

Preview URL here

Address: https://mrlock247.co.uk/

Design: https://www.figma.com/file/wTtlUQAcV7yHPjt5x2yOcU/2021-12-01---Mr.-Lock---website---v1---BD?node-id=0%3A1

CI/CD for building the static files

The CI/CD workflow for generating the static files can be triggered by creating new tags with vX.X.X format

  1. Create new tag

    git tag v0.0.1
  2. Push the new created tag

    git push origin v0.0.1
  3. Build static website workflow is triggered automatically. It installs the project dependencies, builds the application and export the static files

  4. The static files can be accessed by downloading the static-site archive from the artifacts section.

Screenshot 2022-04-03 at 04 49 27
  1. Update the static files on the server / cloud platform

NextJS decomentation

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.