Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedric921/linkfarm


https://github.com/cedric921/linkfarm

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# LinkFarm Website

This is a [Next.js](https://nextjs.org) based website

The project's structure is as follows:

- An Adonis.js Backend
- A Next.js frontend that uses React for rendering components, custom hooks for API requests to API to fetch data, and responsive design.

## Content

- A dynamic frontend built with [Next.js](https://nextjs.org) in `/packages/web` folder

## Quick start

1. Clone this repository

2. `yarn install` in the project root folder on local to install npm packages

3. `yarn start` to start the studio and frontend locally
- Your API should be running on ...
- Your frontend should be running on [http://localhost:3000](http://localhost:3000)

4. Lint the code with:

```bash
# Linting scss files run
yarn lint-fix:scss
# Linting ts and tsx files
yarn lint-fix
# Format using prettier
yarn prettier
# Before any commit run
yarn precommit
```