Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julrich/uniformconf


https://github.com/julrich/uniformconf

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# UniformConf Next.js Starter

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

### Configure environment variables

The project is already configured to use a sample Uniform project.
Check out the [.env file](./.env) for instructions on how to use your own project instead.

### Install packages

```shell
npm i
# or
yarn
```

### Run the development server

```shell
npm run dev
# or
yarn dev
```

Open with your browser to see the result.

## Learn More

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

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!