Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julrich/uniformconf
https://github.com/julrich/uniformconf
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/julrich/uniformconf
- Owner: julrich
- License: other
- Created: 2022-07-28T08:06:22.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2022-07-28T08:08:30.000Z (over 2 years ago)
- Last Synced: 2024-10-19T11:29:40.217Z (3 months ago)
- Language: TypeScript
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!