Codepoint's Front-end web application.
- Technologies: Front-end is built with Next.js. We do our tests with Jest.js, and use our own linter and prettier configs for this project.
- Open Source: Meaning, that you may fork, copy and use this product, completely free. Let us know if you'd like to collaborate or contribute with us.
Documentation Contact for questions, information and to contribute
Node.js v16 Current (16.3) or greater
Clone the repository and run
$ npm install
Setup a .env.local
NEXT_PUBLIC_TOKEN=*Endpoint token*
NEXT_PUBLIC_GRAPHQL_URL=*Graphql End-point url*
Run the project!
$ npm start
In order to build this project successfully, make sure you have Docker setup correctly for your operating system.
Once you have everything setup:
Build a Docker image
docker build -t codepoint-front .
Run the container
docker run -dp 3000:3000 codepoint-front
This repository is released under the MIT License