|
1 rok temu | |
---|---|---|
.. | ||
markdoc | 3 lat temu | |
programs | 2 lat temu | |
public | 1 rok temu | |
src | 1 rok temu | |
.env.example | 3 lat temu | |
.eslintrc.json | 3 lat temu | |
.gitignore | 3 lat temu | |
README.md | 3 lat temu | |
jsconfig.json | 3 lat temu | |
next.config.js | 3 lat temu | |
package-lock.json | 2 lat temu | |
package.json | 2 lat temu | |
postcss.config.js | 3 lat temu | |
prettier.config.js | 3 lat temu | |
tailwind.config.js | 3 lat temu | |
vercel.sh | 2 lat temu |
npm install
cp .env.example .env.local
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
You can start editing this template by modifying the files in the /src
folder. The site will auto-update as you edit these files.