Skip to content

Repository files navigation

Event-Lens Frontend

Getting Started

Development

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.tsx. 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.tsx.

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

Production

First of all, you MUST have Docker installed

Build the Docker Image with:

sudo docker build . -t event-lens

Run the production Container with:

 sudo docker run -p 3000:3000 event-lens

Contribute

If you want to Contribute to this project, please DM to @HectorMtz22

About

This is the repo of our Frontend project

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages